Html Css Color HEX #CFB772 Putty

📋 copy color: '#CFB772'

red 207 ◦ green 183 ◦ blue 114

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

Shades of Putty #CFB772

Tints of Putty #CFB772

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.31%

 BLUE value IS 114 (44.92% from 255) = 22.62%

R = 41.07%
G = 36.31%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CFB772 (or 0xCFB772) is known color: Putty. HEX triplet: CF, B7 and 72. RGB value is (207,183,114). Sum of RGB (Red+Green+Blue) = 207+183+114=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB772 is #30488D. Grayscale: #B6B6B6. Windows color (decimal): -3164302 or 7518159. OLE color: 7518159.

HSL color Cylindrical-coordinate representation of color #CFB772: hue angle of 44.52º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFB772 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 183 114 -
CMYK 0 0.12 0.45 0.19
HSL 44.52º 0.49% 0.63% -
HSV(B) 44.52º 0.45% 0.81% -
XYZ 45.7 48.35 22.84 -
YUV 182.31 89.45 145.61 -
System Red Green Blue C M Y K H S L
Decimal 207 183 114 0 0.12 0.45 0.19 44.52 0.49 0.63
Hex CF B7 72 0 C 2D 13 2D 31 3F
Octal 317 267 162 0 14 55 23 55 61 77
Binary 11001111 10110111 1110010 0 1100 101101 10011 101101 110001 111111

Color Harmonies of #CFB772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB772

Black with #CFB772

Text Example


Text Example

White with #CFB772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB772; }

 p { color: rgb(207,183,114); }

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

background-color css

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

 a { background-color: rgb(207,183,114); }

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

border-color css

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

 span { border-color: rgb(207,183,114); }

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