Html Css Color HEX #CEB070 Putty

📋 copy color: '#CEB070'

red 206 ◦ green 176 ◦ blue 112

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

Shades of Putty #CEB070

Tints of Putty #CEB070

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.63%

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

R = 41.7%
G = 35.63%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CEB070 (or 0xCEB070) is known color: Putty. HEX triplet: CE, B0 and 70. RGB value is (206,176,112). Sum of RGB (Red+Green+Blue) = 206+176+112=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB070 is #314F8F. Grayscale: #B1B1B1. Windows color (decimal): -3231632 or 7385294. OLE color: 7385294.

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

Color convert

RGB 206 176 112 -
CMYK 0 0.15 0.46 0.19
HSL 40.85º 0.49% 0.62% -
HSV(B) 40.85º 0.46% 0.81% -
XYZ 43.9 45.34 21.77 -
YUV 177.67 90.94 148.2 -
System Red Green Blue C M Y K H S L
Decimal 206 176 112 0 0.15 0.46 0.19 40.85 0.49 0.62
Hex CE B0 70 0 F 2E 13 29 31 3E
Octal 316 260 160 0 17 56 23 51 61 76
Binary 11001110 10110000 1110000 0 1111 101110 10011 101001 110001 111110

Color Harmonies of #CEB070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB070

Black with #CEB070

Text Example


Text Example

White with #CEB070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB070; }

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

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

background-color css

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

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

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

border-color css

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

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

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