Html Css Color HEX #CEB17D Calico

📋 copy color: '#CEB17D'

red 206 ◦ green 177 ◦ blue 125

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

Shades of Calico #CEB17D

Tints of Calico #CEB17D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.84%

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

R = 40.55%
G = 34.84%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CEB17D (or 0xCEB17D) is known color: Calico. HEX triplet: CE, B1 and 7D. RGB value is (206,177,125). Sum of RGB (Red+Green+Blue) = 206+177+125=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB17D is #314E82. Grayscale: #B3B3B3. Windows color (decimal): -3231363 or 8237518. OLE color: 8237518.

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

Color convert

RGB 206 177 125 -
CMYK 0 0.14 0.39 0.19
HSL 38.52º 0.45% 0.65% -
HSV(B) 38.52º 0.39% 0.81% -
XYZ 44.88 46.05 25.92 -
YUV 179.74 97.11 146.73 -
System Red Green Blue C M Y K H S L
Decimal 206 177 125 0 0.14 0.39 0.19 38.52 0.45 0.65
Hex CE B1 7D 0 E 27 13 27 2D 41
Octal 316 261 175 0 16 47 23 47 55 101
Binary 11001110 10110001 1111101 0 1110 100111 10011 100111 101101 1000001

Color Harmonies of #CEB17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB17D

Black with #CEB17D

Text Example


Text Example

White with #CEB17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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