Html Css Color HEX #CB9E5D Apache

📋 copy color: '#CB9E5D'

red 203 ◦ green 158 ◦ blue 93

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

Shades of Apache #CB9E5D

Tints of Apache #CB9E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.48%

R = 44.71%
G = 34.8%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB9E5D (or 0xCB9E5D) is known color: Apache. HEX triplet: CB, 9E and 5D. RGB value is (203,158,93). Sum of RGB (Red+Green+Blue) = 203+158+93=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9E5D is #3461A2. Grayscale: #A4A4A4. Windows color (decimal): -3432867 or 6135499. OLE color: 6135499.

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

Color convert

RGB 203 158 93 -
CMYK 0 0.22 0.54 0.20
HSL 35.45º 0.51% 0.58% -
HSV(B) 35.45º 0.54% 0.8% -
XYZ 38.83 37.94 15.63 -
YUV 164.05 87.91 155.79 -
System Red Green Blue C M Y K H S L
Decimal 203 158 93 0 0.22 0.54 0.20 35.45 0.51 0.58
Hex CB 9E 5D 0 16 36 14 23 33 3A
Octal 313 236 135 0 26 66 24 43 63 72
Binary 11001011 10011110 1011101 0 10110 110110 10100 100011 110011 111010

Color Harmonies of #CB9E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9E5D

Black with #CB9E5D

Text Example


Text Example

White with #CB9E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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