Html Css Color HEX #CEAF6B Putty

📋 copy color: '#CEAF6B'

red 206 ◦ green 175 ◦ blue 107

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

Shades of Putty #CEAF6B

Tints of Putty #CEAF6B

RGB

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

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

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

R = 42.21%
G = 35.86%
B = 21.93%

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

#CEAF6B (or 0xCEAF6B) is known color: Putty. HEX triplet: CE, AF and 6B. RGB value is (206,175,107). Sum of RGB (Red+Green+Blue) = 206+175+107=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF6B is #315094. Grayscale: #B0B0B0. Windows color (decimal): -3231893 or 7057358. OLE color: 7057358.

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

Color convert

RGB 206 175 107 -
CMYK 0 0.15 0.48 0.19
HSL 41.21º 0.5% 0.61% -
HSV(B) 41.21º 0.48% 0.81% -
XYZ 43.44 44.84 20.28 -
YUV 176.52 88.77 149.03 -
System Red Green Blue C M Y K H S L
Decimal 206 175 107 0 0.15 0.48 0.19 41.21 0.5 0.61
Hex CE AF 6B 0 F 30 13 29 32 3D
Octal 316 257 153 0 17 60 23 51 62 75
Binary 11001110 10101111 1101011 0 1111 110000 10011 101001 110010 111101

Color Harmonies of #CEAF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF6B

Black with #CEAF6B

Text Example


Text Example

White with #CEAF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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