Html Css Color HEX #CBA35A Apache

📋 copy color: '#CBA35A'

red 203 ◦ green 163 ◦ blue 90

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

Shades of Apache #CBA35A

Tints of Apache #CBA35A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.75%

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

R = 44.52%
G = 35.75%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CBA35A (or 0xCBA35A) is known color: Apache. HEX triplet: CB, A3 and 5A. RGB value is (203,163,90). Sum of RGB (Red+Green+Blue) = 203+163+90=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA35A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA35A is #345CA5. Grayscale: #A6A6A6. Windows color (decimal): -3431590 or 5940171. OLE color: 5940171.

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

Color convert

RGB 203 163 90 -
CMYK 0 0.20 0.56 0.20
HSL 38.76º 0.52% 0.57% -
HSV(B) 38.76º 0.56% 0.8% -
XYZ 39.57 39.63 15.24 -
YUV 166.64 84.75 153.94 -
System Red Green Blue C M Y K H S L
Decimal 203 163 90 0 0.20 0.56 0.20 38.76 0.52 0.57
Hex CB A3 5A 0 14 38 14 27 34 39
Octal 313 243 132 0 24 70 24 47 64 71
Binary 11001011 10100011 1011010 0 10100 111000 10100 100111 110100 111001

Color Harmonies of #CBA35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA35A

Black with #CBA35A

Text Example


Text Example

White with #CBA35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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