Html Css Color HEX #CFB56D Putty

📋 copy color: '#CFB56D'

red 207 ◦ green 181 ◦ blue 109

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

Shades of Putty #CFB56D

Tints of Putty #CFB56D

RGB

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

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

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

R = 41.65%
G = 36.42%
B = 21.93%

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

#CFB56D (or 0xCFB56D) is known color: Putty. HEX triplet: CF, B5 and 6D. RGB value is (207,181,109). Sum of RGB (Red+Green+Blue) = 207+181+109=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB56D is #304A92. Grayscale: #B4B4B4. Windows color (decimal): -3164819 or 7189967. OLE color: 7189967.

HSL color Cylindrical-coordinate representation of color #CFB56D: hue angle of 44.08º 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 #CFB56D is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 181 109 -
CMYK 0 0.13 0.47 0.19
HSL 44.08º 0.51% 0.62% -
HSV(B) 44.08º 0.47% 0.81% -
XYZ 45.02 47.42 21.25 -
YUV 180.57 87.61 146.85 -
System Red Green Blue C M Y K H S L
Decimal 207 181 109 0 0.13 0.47 0.19 44.08 0.51 0.62
Hex CF B5 6D 0 D 2F 13 2C 33 3E
Octal 317 265 155 0 15 57 23 54 63 76
Binary 11001111 10110101 1101101 0 1101 101111 10011 101100 110011 111110

Color Harmonies of #CFB56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB56D

Black with #CFB56D

Text Example


Text Example

White with #CFB56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB56D; }

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

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

background-color css

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

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

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

border-color css

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

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

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