Html Css Color HEX #CCA493 Rose

📋 copy color: '#CCA493'

red 204 ◦ green 164 ◦ blue 147

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

Shades of Rose #CCA493

Tints of Rose #CCA493

RGB

 RED value IS 204 (80.08% from 255) = 39.61%

 GREEN value IS 164 (64.45% from 255) = 31.84%

 BLUE value IS 147 (57.81% from 255) = 28.54%

R = 39.61%
G = 31.84%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CCA493 (or 0xCCA493) is known color: Rose. HEX triplet: CC, A4 and 93. RGB value is (204,164,147). Sum of RGB (Red+Green+Blue) = 204+164+147=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA493 is #335B6C. Grayscale: #AEAEAE. Windows color (decimal): -3365741 or 9675980. OLE color: 9675980.

HSL color Cylindrical-coordinate representation of color #CCA493: hue angle of 17.89º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCA493 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 164 147 -
CMYK 0 0.20 0.28 0.2
HSL 17.89º 0.36% 0.69% -
HSV(B) 17.89º 0.28% 0.8% -
XYZ 43.44 41.49 33.32 -
YUV 174.02 112.75 149.38 -
System Red Green Blue C M Y K H S L
Decimal 204 164 147 0 0.20 0.28 0.2 17.89 0.36 0.69
Hex CC A4 93 0 14 1C 14 12 24 45
Octal 314 244 223 0 24 34 24 22 44 105
Binary 11001100 10100100 10010011 0 10100 11100 10100 10010 100100 1000101

Color Harmonies of #CCA493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA493

Black with #CCA493

Text Example


Text Example

White with #CCA493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA493; }

 p { color: rgb(204,164,147); }

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

background-color css

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

 a { background-color: rgb(204,164,147); }

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

border-color css

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

 span { border-color: rgb(204,164,147); }

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