Html Css Color HEX #CEAF6C Putty

📋 copy color: '#CEAF6C'

red 206 ◦ green 175 ◦ blue 108

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

Shades of Putty #CEAF6C

Tints of Putty #CEAF6C

RGB

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

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

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

R = 42.13%
G = 35.79%
B = 22.09%

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

#CEAF6C (or 0xCEAF6C) is known color: Putty. HEX triplet: CE, AF and 6C. RGB value is (206,175,108). Sum of RGB (Red+Green+Blue) = 206+175+108=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF6C is #315093. Grayscale: #B0B0B0. Windows color (decimal): -3231892 or 7122894. OLE color: 7122894.

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

Color convert

RGB 206 175 108 -
CMYK 0 0.15 0.48 0.19
HSL 41.02º 0.5% 0.62% -
HSV(B) 41.02º 0.48% 0.81% -
XYZ 43.49 44.86 20.55 -
YUV 176.63 89.27 148.95 -
System Red Green Blue C M Y K H S L
Decimal 206 175 108 0 0.15 0.48 0.19 41.02 0.5 0.62
Hex CE AF 6C 0 F 30 13 29 32 3E
Octal 316 257 154 0 17 60 23 51 62 76
Binary 11001110 10101111 1101100 0 1111 110000 10011 101001 110010 111110

Color Harmonies of #CEAF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF6C

Black with #CEAF6C

Text Example


Text Example

White with #CEAF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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