Html Css Color HEX #CEB07E Calico

📋 copy color: '#CEB07E'

red 206 ◦ green 176 ◦ blue 126

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

Shades of Calico #CEB07E

Tints of Calico #CEB07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.8%

R = 40.55%
G = 34.65%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CEB07E (or 0xCEB07E) is known color: Calico. HEX triplet: CE, B0 and 7E. RGB value is (206,176,126). Sum of RGB (Red+Green+Blue) = 206+176+126=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB07E is #314F81. Grayscale: #B3B3B3. Windows color (decimal): -3231618 or 8302798. OLE color: 8302798.

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

Color convert

RGB 206 176 126 -
CMYK 0 0.15 0.39 0.19
HSL 37.5º 0.45% 0.65% -
HSV(B) 37.5º 0.39% 0.81% -
XYZ 44.74 45.68 26.2 -
YUV 179.27 97.94 147.07 -
System Red Green Blue C M Y K H S L
Decimal 206 176 126 0 0.15 0.39 0.19 37.5 0.45 0.65
Hex CE B0 7E 0 F 27 13 26 2D 41
Octal 316 260 176 0 17 47 23 46 55 101
Binary 11001110 10110000 1111110 0 1111 100111 10011 100110 101101 1000001

Color Harmonies of #CEB07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB07E

Black with #CEB07E

Text Example


Text Example

White with #CEB07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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