Html Css Color HEX #CDAB5C Apache

📋 copy color: '#CDAB5C'

red 205 ◦ green 171 ◦ blue 92

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

Shades of Apache #CDAB5C

Tints of Apache #CDAB5C

RGB

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

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

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

R = 43.8%
G = 36.54%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CDAB5C (or 0xCDAB5C) is known color: Apache. HEX triplet: CD, AB and 5C. RGB value is (205,171,92). Sum of RGB (Red+Green+Blue) = 205+171+92=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB5C is #3254A3. Grayscale: #ACACAC. Windows color (decimal): -3298468 or 6073293. OLE color: 6073293.

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

Color convert

RGB 205 171 92 -
CMYK 0 0.17 0.55 0.20
HSL 41.95º 0.53% 0.58% -
HSV(B) 41.95º 0.55% 0.8% -
XYZ 41.67 42.88 16.21 -
YUV 172.16 82.76 151.42 -
System Red Green Blue C M Y K H S L
Decimal 205 171 92 0 0.17 0.55 0.20 41.95 0.53 0.58
Hex CD AB 5C 0 11 37 14 2A 35 3A
Octal 315 253 134 0 21 67 24 52 65 72
Binary 11001101 10101011 1011100 0 10001 110111 10100 101010 110101 111010

Color Harmonies of #CDAB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAB5C

Black with #CDAB5C

Text Example


Text Example

White with #CDAB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAB5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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