Html Css Color HEX #CCA390 Rose

📋 copy color: '#CCA390'

red 204 ◦ green 163 ◦ blue 144

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

Shades of Rose #CCA390

Tints of Rose #CCA390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.18%

R = 39.92%
G = 31.9%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CCA390 (or 0xCCA390) is known color: Rose. HEX triplet: CC, A3 and 90. RGB value is (204,163,144). Sum of RGB (Red+Green+Blue) = 204+163+144=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA390 is #335C6F. Grayscale: #ADADAD. Windows color (decimal): -3366000 or 9479116. OLE color: 9479116.

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

Color convert

RGB 204 163 144 -
CMYK 0 0.20 0.29 0.2
HSL 19º 0.37% 0.68% -
HSV(B) 19º 0.29% 0.8% -
XYZ 43.03 41.05 32.04 -
YUV 173.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 204 163 144 0 0.20 0.29 0.2 19 0.37 0.68
Hex CC A3 90 0 14 1D 14 13 25 44
Octal 314 243 220 0 24 35 24 23 45 104
Binary 11001100 10100011 10010000 0 10100 11101 10100 10011 100101 1000100

Color Harmonies of #CCA390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA390

Black with #CCA390

Text Example


Text Example

White with #CCA390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA390; }

 p { color: rgb(204,163,144); }

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

background-color css

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

 a { background-color: rgb(204,163,144); }

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

border-color css

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

 span { border-color: rgb(204,163,144); }

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