Html Css Color HEX #CFAF6C Putty

📋 copy color: '#CFAF6C'

red 207 ◦ green 175 ◦ blue 108

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

Shades of Putty #CFAF6C

Tints of Putty #CFAF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.04%

R = 42.24%
G = 35.71%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CFAF6C (or 0xCFAF6C) is known color: Putty. HEX triplet: CF, AF and 6C. RGB value is (207,175,108). Sum of RGB (Red+Green+Blue) = 207+175+108=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF6C is #305093. Grayscale: #B1B1B1. Windows color (decimal): -3166356 or 7122895. OLE color: 7122895.

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

Color convert

RGB 207 175 108 -
CMYK 0 0.15 0.48 0.19
HSL 40.61º 0.51% 0.62% -
HSV(B) 40.61º 0.48% 0.81% -
XYZ 43.77 45.01 20.57 -
YUV 176.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 207 175 108 0 0.15 0.48 0.19 40.61 0.51 0.62
Hex CF AF 6C 0 F 30 13 29 33 3E
Octal 317 257 154 0 17 60 23 51 63 76
Binary 11001111 10101111 1101100 0 1111 110000 10011 101001 110011 111110

Color Harmonies of #CFAF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAF6C

Black with #CFAF6C

Text Example


Text Example

White with #CFAF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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