Html Css Color HEX #CEB380 Calico

📋 copy color: '#CEB380'

red 206 ◦ green 179 ◦ blue 128

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

Shades of Calico #CEB380

Tints of Calico #CEB380

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.89%

 BLUE value IS 128 (50.39% from 255) = 24.95%

R = 40.16%
G = 34.89%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CEB380 (or 0xCEB380) is known color: Calico. HEX triplet: CE, B3 and 80. RGB value is (206,179,128). Sum of RGB (Red+Green+Blue) = 206+179+128=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB380 is #314C7F. Grayscale: #B5B5B5. Windows color (decimal): -3230848 or 8434638. OLE color: 8434638.

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

Color convert

RGB 206 179 128 -
CMYK 0 0.13 0.38 0.19
HSL 39.23º 0.44% 0.65% -
HSV(B) 39.23º 0.38% 0.81% -
XYZ 45.47 46.92 27.08 -
YUV 181.26 97.95 145.65 -
System Red Green Blue C M Y K H S L
Decimal 206 179 128 0 0.13 0.38 0.19 39.23 0.44 0.65
Hex CE B3 80 0 D 26 13 27 2C 41
Octal 316 263 200 0 15 46 23 47 54 101
Binary 11001110 10110011 10000000 0 1101 100110 10011 100111 101100 1000001

Color Harmonies of #CEB380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB380

Black with #CEB380

Text Example


Text Example

White with #CEB380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB380; }

 p { color: rgb(206,179,128); }

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

background-color css

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

 a { background-color: rgb(206,179,128); }

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

border-color css

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

 span { border-color: rgb(206,179,128); }

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