Html Css Color HEX #CEAF70 Putty

📋 copy color: '#CEAF70'

red 206 ◦ green 175 ◦ blue 112

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

Shades of Putty #CEAF70

Tints of Putty #CEAF70

RGB

 RED value IS 206 (80.86% from 255) = 41.78%

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

 BLUE value IS 112 (44.14% from 255) = 22.72%

R = 41.78%
G = 35.5%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CEAF70 (or 0xCEAF70) is known color: Putty. HEX triplet: CE, AF and 70. RGB value is (206,175,112). Sum of RGB (Red+Green+Blue) = 206+175+112=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF70 is #31508F. Grayscale: #B1B1B1. Windows color (decimal): -3231888 or 7385038. OLE color: 7385038.

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

Color convert

RGB 206 175 112 -
CMYK 0 0.15 0.46 0.19
HSL 40.21º 0.49% 0.62% -
HSV(B) 40.21º 0.46% 0.81% -
XYZ 43.71 44.95 21.7 -
YUV 177.09 91.27 148.62 -
System Red Green Blue C M Y K H S L
Decimal 206 175 112 0 0.15 0.46 0.19 40.21 0.49 0.62
Hex CE AF 70 0 F 2E 13 28 31 3E
Octal 316 257 160 0 17 56 23 50 61 76
Binary 11001110 10101111 1110000 0 1111 101110 10011 101000 110001 111110

Color Harmonies of #CEAF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF70

Black with #CEAF70

Text Example


Text Example

White with #CEAF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF70; }

 p { color: rgb(206,175,112); }

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

background-color css

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

 a { background-color: rgb(206,175,112); }

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

border-color css

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

 span { border-color: rgb(206,175,112); }

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