Html Css Color HEX #CB9F5E Apache

📋 copy color: '#CB9F5E'

red 203 ◦ green 159 ◦ blue 94

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

Shades of Apache #CB9F5E

Tints of Apache #CB9F5E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.87%

 BLUE value IS 94 (37.11% from 255) = 20.61%

R = 44.52%
G = 34.87%
B = 20.61%

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

#CB9F5E (or 0xCB9F5E) is known color: Apache. HEX triplet: CB, 9F and 5E. RGB value is (203,159,94). Sum of RGB (Red+Green+Blue) = 203+159+94=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9F5E is #3460A1. Grayscale: #A5A5A5. Windows color (decimal): -3432610 or 6201291. OLE color: 6201291.

HSL color Cylindrical-coordinate representation of color #CB9F5E: hue angle of 35.78º 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 #CB9F5E is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 159 94 -
CMYK 0 0.22 0.54 0.20
HSL 35.78º 0.51% 0.58% -
HSV(B) 35.78º 0.54% 0.8% -
XYZ 39.05 38.3 15.92 -
YUV 164.75 88.08 155.29 -
System Red Green Blue C M Y K H S L
Decimal 203 159 94 0 0.22 0.54 0.20 35.78 0.51 0.58
Hex CB 9F 5E 0 16 36 14 24 33 3A
Octal 313 237 136 0 26 66 24 44 63 72
Binary 11001011 10011111 1011110 0 10110 110110 10100 100100 110011 111010

Color Harmonies of #CB9F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9F5E

Black with #CB9F5E

Text Example


Text Example

White with #CB9F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9F5E; }

 p { color: rgb(203,159,94); }

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

background-color css

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

 a { background-color: rgb(203,159,94); }

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

border-color css

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

 span { border-color: rgb(203,159,94); }

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