Html Css Color HEX #CFB56C Putty

📋 copy color: '#CFB56C'

red 207 ◦ green 181 ◦ blue 108

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

Shades of Putty #CFB56C

Tints of Putty #CFB56C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.49%

 BLUE value IS 108 (42.58% from 255) = 21.77%

R = 41.73%
G = 36.49%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CFB56C (or 0xCFB56C) is known color: Putty. HEX triplet: CF, B5 and 6C. RGB value is (207,181,108). Sum of RGB (Red+Green+Blue) = 207+181+108=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB56C is #304A93. Grayscale: #B4B4B4. Windows color (decimal): -3164820 or 7124431. OLE color: 7124431.

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

Color convert

RGB 207 181 108 -
CMYK 0 0.13 0.48 0.19
HSL 44.24º 0.51% 0.62% -
HSV(B) 44.24º 0.48% 0.81% -
XYZ 44.96 47.4 20.97 -
YUV 180.45 87.11 146.94 -
System Red Green Blue C M Y K H S L
Decimal 207 181 108 0 0.13 0.48 0.19 44.24 0.51 0.62
Hex CF B5 6C 0 D 30 13 2C 33 3E
Octal 317 265 154 0 15 60 23 54 63 76
Binary 11001111 10110101 1101100 0 1101 110000 10011 101100 110011 111110

Color Harmonies of #CFB56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB56C

Black with #CFB56C

Text Example


Text Example

White with #CFB56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB56C; }

 p { color: rgb(207,181,108); }

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

background-color css

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

 a { background-color: rgb(207,181,108); }

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

border-color css

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

 span { border-color: rgb(207,181,108); }

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