Html Css Color HEX #CD9F63 Apache

📋 copy color: '#CD9F63'

red 205 ◦ green 159 ◦ blue 99

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

Shades of Apache #CD9F63

Tints of Apache #CD9F63

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.34%

 BLUE value IS 99 (39.06% from 255) = 21.38%

R = 44.28%
G = 34.34%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CD9F63 (or 0xCD9F63) is known color: Apache. HEX triplet: CD, 9F and 63. RGB value is (205,159,99). Sum of RGB (Red+Green+Blue) = 205+159+99=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9F63 is #32609C. Grayscale: #A6A6A6. Windows color (decimal): -3301533 or 6528973. OLE color: 6528973.

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

Color convert

RGB 205 159 99 -
CMYK 0 0.22 0.52 0.20
HSL 33.96º 0.51% 0.6% -
HSV(B) 33.96º 0.52% 0.8% -
XYZ 39.83 38.68 17.17 -
YUV 165.91 90.24 155.88 -
System Red Green Blue C M Y K H S L
Decimal 205 159 99 0 0.22 0.52 0.20 33.96 0.51 0.6
Hex CD 9F 63 0 16 34 14 22 33 3C
Octal 315 237 143 0 26 64 24 42 63 74
Binary 11001101 10011111 1100011 0 10110 110100 10100 100010 110011 111100

Color Harmonies of #CD9F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9F63

Black with #CD9F63

Text Example


Text Example

White with #CD9F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9F63; }

 p { color: rgb(205,159,99); }

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

background-color css

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

 a { background-color: rgb(205,159,99); }

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

border-color css

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

 span { border-color: rgb(205,159,99); }

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