Html Css Color HEX #CB9D59 Apache

📋 copy color: '#CB9D59'

red 203 ◦ green 157 ◦ blue 89

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

Shades of Apache #CB9D59

Tints of Apache #CB9D59

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.97%

 BLUE value IS 89 (35.16% from 255) = 19.82%

R = 45.21%
G = 34.97%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB9D59 (or 0xCB9D59) is known color: Apache. HEX triplet: CB, 9D and 59. RGB value is (203,157,89). Sum of RGB (Red+Green+Blue) = 203+157+89=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9D59 is #3462A6. Grayscale: #A3A3A3. Windows color (decimal): -3433127 or 5873099. OLE color: 5873099.

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

Color convert

RGB 203 157 89 -
CMYK 0 0.23 0.56 0.20
HSL 35.79º 0.52% 0.57% -
HSV(B) 35.79º 0.56% 0.8% -
XYZ 38.49 37.53 14.67 -
YUV 163 86.24 156.53 -
System Red Green Blue C M Y K H S L
Decimal 203 157 89 0 0.23 0.56 0.20 35.79 0.52 0.57
Hex CB 9D 59 0 17 38 14 24 34 39
Octal 313 235 131 0 27 70 24 44 64 71
Binary 11001011 10011101 1011001 0 10111 111000 10100 100100 110100 111001

Color Harmonies of #CB9D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9D59

Black with #CB9D59

Text Example


Text Example

White with #CB9D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9D59; }

 p { color: rgb(203,157,89); }

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

background-color css

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

 a { background-color: rgb(203,157,89); }

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

border-color css

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

 span { border-color: rgb(203,157,89); }

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