Html Css Color HEX #CEB270 Putty

📋 copy color: '#CEB270'

red 206 ◦ green 178 ◦ blue 112

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

Shades of Putty #CEB270

Tints of Putty #CEB270

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.89%

 BLUE value IS 112 (44.14% from 255) = 22.58%

R = 41.53%
G = 35.89%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CEB270 (or 0xCEB270) is known color: Putty. HEX triplet: CE, B2 and 70. RGB value is (206,178,112). Sum of RGB (Red+Green+Blue) = 206+178+112=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB270 is #314D8F. Grayscale: #B3B3B3. Windows color (decimal): -3231120 or 7385806. OLE color: 7385806.

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

Color convert

RGB 206 178 112 -
CMYK 0 0.14 0.46 0.19
HSL 42.13º 0.49% 0.62% -
HSV(B) 42.13º 0.46% 0.81% -
XYZ 44.3 46.13 21.9 -
YUV 178.85 90.28 147.37 -
System Red Green Blue C M Y K H S L
Decimal 206 178 112 0 0.14 0.46 0.19 42.13 0.49 0.62
Hex CE B2 70 0 E 2E 13 2A 31 3E
Octal 316 262 160 0 16 56 23 52 61 76
Binary 11001110 10110010 1110000 0 1110 101110 10011 101010 110001 111110

Color Harmonies of #CEB270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB270

Black with #CEB270

Text Example


Text Example

White with #CEB270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB270; }

 p { color: rgb(206,178,112); }

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

background-color css

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

 a { background-color: rgb(206,178,112); }

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

border-color css

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

 span { border-color: rgb(206,178,112); }

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