Html Css Color HEX #CBA05A Apache

📋 copy color: '#CBA05A'

red 203 ◦ green 160 ◦ blue 90

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

Shades of Apache #CBA05A

Tints of Apache #CBA05A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.32%

 BLUE value IS 90 (35.55% from 255) = 19.87%

R = 44.81%
G = 35.32%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CBA05A (or 0xCBA05A) is known color: Apache. HEX triplet: CB, A0 and 5A. RGB value is (203,160,90). Sum of RGB (Red+Green+Blue) = 203+160+90=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 90 (35.55% from 255 or 19.87% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA05A is #345FA5. Grayscale: #A5A5A5. Windows color (decimal): -3432358 or 5939403. OLE color: 5939403.

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

Color convert

RGB 203 160 90 -
CMYK 0 0.21 0.56 0.20
HSL 37.17º 0.52% 0.57% -
HSV(B) 37.17º 0.56% 0.8% -
XYZ 39.04 38.58 15.06 -
YUV 164.88 85.75 155.19 -
System Red Green Blue C M Y K H S L
Decimal 203 160 90 0 0.21 0.56 0.20 37.17 0.52 0.57
Hex CB A0 5A 0 15 38 14 25 34 39
Octal 313 240 132 0 25 70 24 45 64 71
Binary 11001011 10100000 1011010 0 10101 111000 10100 100101 110100 111001

Color Harmonies of #CBA05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA05A

Black with #CBA05A

Text Example


Text Example

White with #CBA05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA05A; }

 p { color: rgb(203,160,90); }

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

background-color css

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

 a { background-color: rgb(203,160,90); }

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

border-color css

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

 span { border-color: rgb(203,160,90); }

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