Html Css Color HEX #CFAB74 Putty

📋 copy color: '#CFAB74'

red 207 ◦ green 171 ◦ blue 116

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

Shades of Putty #CFAB74

Tints of Putty #CFAB74

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.62%

 BLUE value IS 116 (45.7% from 255) = 23.48%

R = 41.9%
G = 34.62%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFAB74 (or 0xCFAB74) is known color: Putty. HEX triplet: CF, AB and 74. RGB value is (207,171,116). Sum of RGB (Red+Green+Blue) = 207+171+116=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB74 is #30548B. Grayscale: #AFAFAF. Windows color (decimal): -3167372 or 7646159. OLE color: 7646159.

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

Color convert

RGB 207 171 116 -
CMYK 0 0.17 0.44 0.19
HSL 36.26º 0.49% 0.63% -
HSV(B) 36.26º 0.44% 0.81% -
XYZ 43.45 43.65 22.66 -
YUV 175.49 94.43 150.47 -
System Red Green Blue C M Y K H S L
Decimal 207 171 116 0 0.17 0.44 0.19 36.26 0.49 0.63
Hex CF AB 74 0 11 2C 13 24 31 3F
Octal 317 253 164 0 21 54 23 44 61 77
Binary 11001111 10101011 1110100 0 10001 101100 10011 100100 110001 111111

Color Harmonies of #CFAB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAB74

Black with #CFAB74

Text Example


Text Example

White with #CFAB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAB74; }

 p { color: rgb(207,171,116); }

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

background-color css

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

 a { background-color: rgb(207,171,116); }

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

border-color css

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

 span { border-color: rgb(207,171,116); }

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