Html Css Color HEX #CBA15C Apache

📋 copy color: '#CBA15C'

red 203 ◦ green 161 ◦ blue 92

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

Shades of Apache #CBA15C

Tints of Apache #CBA15C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.31%

 BLUE value IS 92 (36.33% from 255) = 20.18%

R = 44.52%
G = 35.31%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CBA15C (or 0xCBA15C) is known color: Apache. HEX triplet: CB, A1 and 5C. RGB value is (203,161,92). Sum of RGB (Red+Green+Blue) = 203+161+92=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA15C is #345EA3. Grayscale: #A6A6A6. Windows color (decimal): -3432100 or 6070731. OLE color: 6070731.

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

Color convert

RGB 203 161 92 -
CMYK 0 0.21 0.55 0.20
HSL 37.3º 0.52% 0.58% -
HSV(B) 37.3º 0.55% 0.8% -
XYZ 39.31 38.96 15.57 -
YUV 165.69 86.41 154.61 -
System Red Green Blue C M Y K H S L
Decimal 203 161 92 0 0.21 0.55 0.20 37.3 0.52 0.58
Hex CB A1 5C 0 15 37 14 25 34 3A
Octal 313 241 134 0 25 67 24 45 64 72
Binary 11001011 10100001 1011100 0 10101 110111 10100 100101 110100 111010

Color Harmonies of #CBA15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA15C

Black with #CBA15C

Text Example


Text Example

White with #CBA15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA15C; }

 p { color: rgb(203,161,92); }

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

background-color css

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

 a { background-color: rgb(203,161,92); }

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

border-color css

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

 span { border-color: rgb(203,161,92); }

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