Html Css Color HEX #CEAF76 Putty

📋 copy color: '#CEAF76'

red 206 ◦ green 175 ◦ blue 118

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

Shades of Putty #CEAF76

Tints of Putty #CEAF76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.65%

R = 41.28%
G = 35.07%
B = 23.65%

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

#CEAF76 (or 0xCEAF76) is known color: Putty. HEX triplet: CE, AF and 76. RGB value is (206,175,118). Sum of RGB (Red+Green+Blue) = 206+175+118=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF76 is #315089. Grayscale: #B2B2B2. Windows color (decimal): -3231882 or 7778254. OLE color: 7778254.

HSL color Cylindrical-coordinate representation of color #CEAF76: hue angle of 38.86º degrees, saturation: 0.47, 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 #CEAF76 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 175 118 -
CMYK 0 0.15 0.43 0.19
HSL 38.86º 0.47% 0.64% -
HSV(B) 38.86º 0.43% 0.81% -
XYZ 44.05 45.09 23.52 -
YUV 177.77 94.27 148.13 -
System Red Green Blue C M Y K H S L
Decimal 206 175 118 0 0.15 0.43 0.19 38.86 0.47 0.64
Hex CE AF 76 0 F 2B 13 27 2F 40
Octal 316 257 166 0 17 53 23 47 57 100
Binary 11001110 10101111 1110110 0 1111 101011 10011 100111 101111 1000000

Color Harmonies of #CEAF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF76

Black with #CEAF76

Text Example


Text Example

White with #CEAF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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