Html Css Color HEX #CBA35C Apache

📋 copy color: '#CBA35C'

red 203 ◦ green 163 ◦ blue 92

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

Shades of Apache #CBA35C

Tints of Apache #CBA35C

RGB

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

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

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

R = 44.32%
G = 35.59%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CBA35C (or 0xCBA35C) is known color: Apache. HEX triplet: CB, A3 and 5C. RGB value is (203,163,92). Sum of RGB (Red+Green+Blue) = 203+163+92=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA35C is #345CA3. Grayscale: #A7A7A7. Windows color (decimal): -3431588 or 6071243. OLE color: 6071243.

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

Color convert

RGB 203 163 92 -
CMYK 0 0.20 0.55 0.20
HSL 38.38º 0.52% 0.58% -
HSV(B) 38.38º 0.55% 0.8% -
XYZ 39.66 39.66 15.69 -
YUV 166.87 85.75 153.77 -
System Red Green Blue C M Y K H S L
Decimal 203 163 92 0 0.20 0.55 0.20 38.38 0.52 0.58
Hex CB A3 5C 0 14 37 14 26 34 3A
Octal 313 243 134 0 24 67 24 46 64 72
Binary 11001011 10100011 1011100 0 10100 110111 10100 100110 110100 111010

Color Harmonies of #CBA35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA35C

Black with #CBA35C

Text Example


Text Example

White with #CBA35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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