Html Css Color HEX #CBAE80 Calico

📋 copy color: '#CBAE80'

red 203 ◦ green 174 ◦ blue 128

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

Shades of Calico #CBAE80

Tints of Calico #CBAE80

RGB

 RED value IS 203 (79.69% from 255) = 40.2%

 GREEN value IS 174 (68.36% from 255) = 34.46%

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

R = 40.2%
G = 34.46%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CBAE80 (or 0xCBAE80) is known color: Calico. HEX triplet: CB, AE and 80. RGB value is (203,174,128). Sum of RGB (Red+Green+Blue) = 203+174+128=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAE80 is #34517F. Grayscale: #B1B1B1. Windows color (decimal): -3428736 or 8433355. OLE color: 8433355.

HSL color Cylindrical-coordinate representation of color #CBAE80: hue angle of 36.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBAE80 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 174 128 -
CMYK 0 0.14 0.37 0.20
HSL 36.8º 0.42% 0.65% -
HSV(B) 36.8º 0.37% 0.8% -
XYZ 43.66 44.53 26.72 -
YUV 177.43 100.11 146.24 -
System Red Green Blue C M Y K H S L
Decimal 203 174 128 0 0.14 0.37 0.20 36.8 0.42 0.65
Hex CB AE 80 0 E 25 14 25 2A 41
Octal 313 256 200 0 16 45 24 45 52 101
Binary 11001011 10101110 10000000 0 1110 100101 10100 100101 101010 1000001

Color Harmonies of #CBAE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE80

Black with #CBAE80

Text Example


Text Example

White with #CBAE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE80; }

 p { color: rgb(203,174,128); }

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

background-color css

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

 a { background-color: rgb(203,174,128); }

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

border-color css

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

 span { border-color: rgb(203,174,128); }

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