Html Css Color HEX #CEB07C Putty

📋 copy color: '#CEB07C'

red 206 ◦ green 176 ◦ blue 124

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

Shades of Putty #CEB07C

Tints of Putty #CEB07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.51%

R = 40.71%
G = 34.78%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CEB07C (or 0xCEB07C) is known color: Putty. HEX triplet: CE, B0 and 7C. RGB value is (206,176,124). Sum of RGB (Red+Green+Blue) = 206+176+124=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB07C is #314F83. Grayscale: #B3B3B3. Windows color (decimal): -3231620 or 8171726. OLE color: 8171726.

HSL color Cylindrical-coordinate representation of color #CEB07C: hue angle of 38.05º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEB07C is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 176 124 -
CMYK 0 0.15 0.40 0.19
HSL 38.05º 0.46% 0.65% -
HSV(B) 38.05º 0.4% 0.81% -
XYZ 44.62 45.63 25.52 -
YUV 179.04 96.94 147.23 -
System Red Green Blue C M Y K H S L
Decimal 206 176 124 0 0.15 0.40 0.19 38.05 0.46 0.65
Hex CE B0 7C 0 F 28 13 26 2E 41
Octal 316 260 174 0 17 50 23 46 56 101
Binary 11001110 10110000 1111100 0 1111 101000 10011 100110 101110 1000001

Color Harmonies of #CEB07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB07C

Black with #CEB07C

Text Example


Text Example

White with #CEB07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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