Html Css Color HEX #CEB07D Calico

📋 copy color: '#CEB07D'

red 206 ◦ green 176 ◦ blue 125

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

Shades of Calico #CEB07D

Tints of Calico #CEB07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.65%

R = 40.63%
G = 34.71%
B = 24.65%

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

#CEB07D (or 0xCEB07D) is known color: Calico. HEX triplet: CE, B0 and 7D. RGB value is (206,176,125). Sum of RGB (Red+Green+Blue) = 206+176+125=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB07D is #314F82. Grayscale: #B3B3B3. Windows color (decimal): -3231619 or 8237262. OLE color: 8237262.

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

Color convert

RGB 206 176 125 -
CMYK 0 0.15 0.39 0.19
HSL 37.78º 0.45% 0.65% -
HSV(B) 37.78º 0.39% 0.81% -
XYZ 44.68 45.65 25.86 -
YUV 179.16 97.44 147.15 -
System Red Green Blue C M Y K H S L
Decimal 206 176 125 0 0.15 0.39 0.19 37.78 0.45 0.65
Hex CE B0 7D 0 F 27 13 26 2D 41
Octal 316 260 175 0 17 47 23 46 55 101
Binary 11001110 10110000 1111101 0 1111 100111 10011 100110 101101 1000001

Color Harmonies of #CEB07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB07D

Black with #CEB07D

Text Example


Text Example

White with #CEB07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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