Html Css Color HEX #CDAB5A Apache

📋 copy color: '#CDAB5A'

red 205 ◦ green 171 ◦ blue 90

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

Shades of Apache #CDAB5A

Tints of Apache #CDAB5A

RGB

 RED value IS 205 (80.47% from 255) = 43.99%

 GREEN value IS 171 (67.19% from 255) = 36.7%

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

R = 43.99%
G = 36.7%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CDAB5A (or 0xCDAB5A) is known color: Apache. HEX triplet: CD, AB and 5A. RGB value is (205,171,90). Sum of RGB (Red+Green+Blue) = 205+171+90=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB5A is #3254A5. Grayscale: #ACACAC. Windows color (decimal): -3298470 or 5942221. OLE color: 5942221.

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

Color convert

RGB 205 171 90 -
CMYK 0 0.17 0.56 0.20
HSL 42.26º 0.53% 0.58% -
HSV(B) 42.26º 0.56% 0.8% -
XYZ 41.59 42.84 15.75 -
YUV 171.93 81.76 151.59 -
System Red Green Blue C M Y K H S L
Decimal 205 171 90 0 0.17 0.56 0.20 42.26 0.53 0.58
Hex CD AB 5A 0 11 38 14 2A 35 3A
Octal 315 253 132 0 21 70 24 52 65 72
Binary 11001101 10101011 1011010 0 10001 111000 10100 101010 110101 111010

Color Harmonies of #CDAB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAB5A

Black with #CDAB5A

Text Example


Text Example

White with #CDAB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAB5A; }

 p { color: rgb(205,171,90); }

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

background-color css

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

 a { background-color: rgb(205,171,90); }

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

border-color css

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

 span { border-color: rgb(205,171,90); }

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