Html Css Color HEX #CB9E58 Apache

📋 copy color: '#CB9E58'

red 203 ◦ green 158 ◦ blue 88

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

Shades of Apache #CB9E58

Tints of Apache #CB9E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.6%

R = 45.21%
G = 35.19%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CB9E58 (or 0xCB9E58) is known color: Apache. HEX triplet: CB, 9E and 58. RGB value is (203,158,88). Sum of RGB (Red+Green+Blue) = 203+158+88=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 88 (34.77% from 255 or 19.60% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9E58 is #3461A7. Grayscale: #A3A3A3. Windows color (decimal): -3432872 or 5807819. OLE color: 5807819.

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

Color convert

RGB 203 158 88 -
CMYK 0 0.22 0.57 0.20
HSL 36.52º 0.53% 0.57% -
HSV(B) 36.52º 0.57% 0.8% -
XYZ 38.62 37.85 14.5 -
YUV 163.48 85.41 156.19 -
System Red Green Blue C M Y K H S L
Decimal 203 158 88 0 0.22 0.57 0.20 36.52 0.53 0.57
Hex CB 9E 58 0 16 39 14 25 35 39
Octal 313 236 130 0 26 71 24 45 65 71
Binary 11001011 10011110 1011000 0 10110 111001 10100 100101 110101 111001

Color Harmonies of #CB9E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9E58

Black with #CB9E58

Text Example


Text Example

White with #CB9E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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