Html Css Color HEX #CEAF6A Putty

📋 copy color: '#CEAF6A'

red 206 ◦ green 175 ◦ blue 106

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

Shades of Putty #CEAF6A

Tints of Putty #CEAF6A

RGB

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

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

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

R = 42.3%
G = 35.93%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CEAF6A (or 0xCEAF6A) is known color: Putty. HEX triplet: CE, AF and 6A. RGB value is (206,175,106). Sum of RGB (Red+Green+Blue) = 206+175+106=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF6A is #315095. Grayscale: #B0B0B0. Windows color (decimal): -3231894 or 6991822. OLE color: 6991822.

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

Color convert

RGB 206 175 106 -
CMYK 0 0.15 0.49 0.19
HSL 41.4º 0.51% 0.61% -
HSV(B) 41.4º 0.49% 0.81% -
XYZ 43.39 44.82 20 -
YUV 176.4 88.27 149.11 -
System Red Green Blue C M Y K H S L
Decimal 206 175 106 0 0.15 0.49 0.19 41.4 0.51 0.61
Hex CE AF 6A 0 F 31 13 29 33 3D
Octal 316 257 152 0 17 61 23 51 63 75
Binary 11001110 10101111 1101010 0 1111 110001 10011 101001 110011 111101

Color Harmonies of #CEAF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF6A

Black with #CEAF6A

Text Example


Text Example

White with #CEAF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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