Html Css Color HEX #CFB46D Putty

📋 copy color: '#CFB46D'

red 207 ◦ green 180 ◦ blue 109

#CFB46D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Putty #CFB46D

Tints of Putty #CFB46D

RGB

 RED value IS 207 (81.25% from 255) = 41.73%

 GREEN value IS 180 (70.7% from 255) = 36.29%

 BLUE value IS 109 (42.97% from 255) = 21.98%

R = 41.73%
G = 36.29%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFB46D (or 0xCFB46D) is known color: Putty. HEX triplet: CF, B4 and 6D. RGB value is (207,180,109). Sum of RGB (Red+Green+Blue) = 207+180+109=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB46D is #304B92. Grayscale: #B4B4B4. Windows color (decimal): -3165075 or 7189711. OLE color: 7189711.

HSL color Cylindrical-coordinate representation of color #CFB46D: hue angle of 43.47º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFB46D is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 180 109 -
CMYK 0 0.13 0.47 0.19
HSL 43.47º 0.51% 0.62% -
HSV(B) 43.47º 0.47% 0.81% -
XYZ 44.81 47.01 21.18 -
YUV 179.98 87.95 147.27 -
System Red Green Blue C M Y K H S L
Decimal 207 180 109 0 0.13 0.47 0.19 43.47 0.51 0.62
Hex CF B4 6D 0 D 2F 13 2B 33 3E
Octal 317 264 155 0 15 57 23 53 63 76
Binary 11001111 10110100 1101101 0 1101 101111 10011 101011 110011 111110

Color Harmonies of #CFB46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB46D

Black with #CFB46D

Text Example


Text Example

White with #CFB46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB46D; }

 p { color: rgb(207,180,109); }

 H1.HeaderClassName
 {
   color: #CFB46D;
 }
 .AnyTagClassName
 {
   color: #CFB46D;
 }
</style>

background-color css

<style>
 a { background-color: #CFB46D; }

 a { background-color: rgb(207,180,109); }

 div.DivClassName
 {
   background-color: #CFB46D;
 }
 .BgClassName
 {
   background-color: #CFB46D;
 }
</style>

border-color css

<style>
 span { border-color: #CFB46D; }

 span { border-color: rgb(207,180,109); }

 td.TdClassName
 {
   border-color: #CFB46D;
 }
 .TagClassName
 {
   border-color: #CFB46D;
 }
</style>