Html Css Color HEX #CFAF65 Putty

📋 copy color: '#CFAF65'

red 207 ◦ green 175 ◦ blue 101

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

Shades of Putty #CFAF65

Tints of Putty #CFAF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.91%

R = 42.86%
G = 36.23%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CFAF65 (or 0xCFAF65) is known color: Putty. HEX triplet: CF, AF and 65. RGB value is (207,175,101). Sum of RGB (Red+Green+Blue) = 207+175+101=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF65 is #30509A. Grayscale: #B0B0B0. Windows color (decimal): -3166363 or 6664143. OLE color: 6664143.

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

Color convert

RGB 207 175 101 -
CMYK 0 0.15 0.51 0.19
HSL 41.89º 0.52% 0.6% -
HSV(B) 41.89º 0.51% 0.81% -
XYZ 43.41 44.86 18.68 -
YUV 176.13 85.6 150.02 -
System Red Green Blue C M Y K H S L
Decimal 207 175 101 0 0.15 0.51 0.19 41.89 0.52 0.6
Hex CF AF 65 0 F 33 13 2A 34 3C
Octal 317 257 145 0 17 63 23 52 64 74
Binary 11001111 10101111 1100101 0 1111 110011 10011 101010 110100 111100

Color Harmonies of #CFAF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAF65

Black with #CFAF65

Text Example


Text Example

White with #CFAF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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