Html Css Color HEX #CFAE6B Putty

📋 copy color: '#CFAE6B'

red 207 ◦ green 174 ◦ blue 107

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

Shades of Putty #CFAE6B

Tints of Putty #CFAE6B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.66%

 BLUE value IS 107 (42.19% from 255) = 21.93%

R = 42.42%
G = 35.66%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CFAE6B (or 0xCFAE6B) is known color: Putty. HEX triplet: CF, AE and 6B. RGB value is (207,174,107). Sum of RGB (Red+Green+Blue) = 207+174+107=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAE6B is #305194. Grayscale: #B0B0B0. Windows color (decimal): -3166613 or 7057103. OLE color: 7057103.

HSL color Cylindrical-coordinate representation of color #CFAE6B: hue angle of 40.2º 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 #CFAE6B is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 174 107 -
CMYK 0 0.16 0.48 0.19
HSL 40.2º 0.51% 0.62% -
HSV(B) 40.2º 0.48% 0.81% -
XYZ 43.52 44.6 20.22 -
YUV 176.23 88.93 149.95 -
System Red Green Blue C M Y K H S L
Decimal 207 174 107 0 0.16 0.48 0.19 40.2 0.51 0.62
Hex CF AE 6B 0 10 30 13 28 33 3E
Octal 317 256 153 0 20 60 23 50 63 76
Binary 11001111 10101110 1101011 0 10000 110000 10011 101000 110011 111110

Color Harmonies of #CFAE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE6B

Black with #CFAE6B

Text Example


Text Example

White with #CFAE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE6B; }

 p { color: rgb(207,174,107); }

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

background-color css

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

 a { background-color: rgb(207,174,107); }

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

border-color css

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

 span { border-color: rgb(207,174,107); }

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