Html Css Color HEX #CEAB6A Putty

📋 copy color: '#CEAB6A'

red 206 ◦ green 171 ◦ blue 106

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

Shades of Putty #CEAB6A

Tints of Putty #CEAB6A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.4%

 BLUE value IS 106 (41.8% from 255) = 21.95%

R = 42.65%
G = 35.4%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CEAB6A (or 0xCEAB6A) is known color: Putty. HEX triplet: CE, AB and 6A. RGB value is (206,171,106). Sum of RGB (Red+Green+Blue) = 206+171+106=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAB6A is #315495. Grayscale: #AEAEAE. Windows color (decimal): -3232918 or 6990798. OLE color: 6990798.

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

Color convert

RGB 206 171 106 -
CMYK 0 0.17 0.49 0.19
HSL 39º 0.51% 0.61% -
HSV(B) 39º 0.49% 0.81% -
XYZ 42.62 43.29 19.74 -
YUV 174.06 89.6 150.79 -
System Red Green Blue C M Y K H S L
Decimal 206 171 106 0 0.17 0.49 0.19 39 0.51 0.61
Hex CE AB 6A 0 11 31 13 27 33 3D
Octal 316 253 152 0 21 61 23 47 63 75
Binary 11001110 10101011 1101010 0 10001 110001 10011 100111 110011 111101

Color Harmonies of #CEAB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAB6A

Black with #CEAB6A

Text Example


Text Example

White with #CEAB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAB6A; }

 p { color: rgb(206,171,106); }

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

background-color css

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

 a { background-color: rgb(206,171,106); }

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

border-color css

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

 span { border-color: rgb(206,171,106); }

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