Html Css Color HEX #CFAF77 Putty

📋 copy color: '#CFAF77'

red 207 ◦ green 175 ◦ blue 119

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

Shades of Putty #CFAF77

Tints of Putty #CFAF77

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.93%

 BLUE value IS 119 (46.88% from 255) = 23.75%

R = 41.32%
G = 34.93%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CFAF77 (or 0xCFAF77) is known color: Putty. HEX triplet: CF, AF and 77. RGB value is (207,175,119). Sum of RGB (Red+Green+Blue) = 207+175+119=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF77 is #305088. Grayscale: #B2B2B2. Windows color (decimal): -3166345 or 7843791. OLE color: 7843791.

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

Color convert

RGB 207 175 119 -
CMYK 0 0.15 0.43 0.19
HSL 38.18º 0.48% 0.64% -
HSV(B) 38.18º 0.43% 0.81% -
XYZ 44.39 45.26 23.85 -
YUV 178.18 94.6 148.55 -
System Red Green Blue C M Y K H S L
Decimal 207 175 119 0 0.15 0.43 0.19 38.18 0.48 0.64
Hex CF AF 77 0 F 2B 13 26 30 40
Octal 317 257 167 0 17 53 23 46 60 100
Binary 11001111 10101111 1110111 0 1111 101011 10011 100110 110000 1000000

Color Harmonies of #CFAF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAF77

Black with #CFAF77

Text Example


Text Example

White with #CFAF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAF77; }

 p { color: rgb(207,175,119); }

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

background-color css

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

 a { background-color: rgb(207,175,119); }

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

border-color css

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

 span { border-color: rgb(207,175,119); }

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