Html Css Color HEX #CB9E55 Apache

📋 copy color: '#CB9E55'

red 203 ◦ green 158 ◦ blue 85

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

Shades of Apache #CB9E55

Tints of Apache #CB9E55

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.43%

 BLUE value IS 85 (33.59% from 255) = 19.06%

R = 45.52%
G = 35.43%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CB9E55 (or 0xCB9E55) is known color: Apache. HEX triplet: CB, 9E and 55. RGB value is (203,158,85). Sum of RGB (Red+Green+Blue) = 203+158+85=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9E55 is #3461AA. Grayscale: #A3A3A3. Windows color (decimal): -3432875 or 5611211. OLE color: 5611211.

HSL color Cylindrical-coordinate representation of color #CB9E55: hue angle of 37.12º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB9E55 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 158 85 -
CMYK 0 0.22 0.58 0.20
HSL 37.12º 0.53% 0.56% -
HSV(B) 37.12º 0.58% 0.8% -
XYZ 38.5 37.81 13.86 -
YUV 163.13 83.91 156.44 -
System Red Green Blue C M Y K H S L
Decimal 203 158 85 0 0.22 0.58 0.20 37.12 0.53 0.56
Hex CB 9E 55 0 16 3A 14 25 35 38
Octal 313 236 125 0 26 72 24 45 65 70
Binary 11001011 10011110 1010101 0 10110 111010 10100 100101 110101 111000

Color Harmonies of #CB9E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9E55

Black with #CB9E55

Text Example


Text Example

White with #CB9E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9E55; }

 p { color: rgb(203,158,85); }

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

background-color css

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

 a { background-color: rgb(203,158,85); }

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

border-color css

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

 span { border-color: rgb(203,158,85); }

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