Html Css Color HEX #CCA293 Rose

📋 copy color: '#CCA293'

red 204 ◦ green 162 ◦ blue 147

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

Shades of Rose #CCA293

Tints of Rose #CCA293

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.58%

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

R = 39.77%
G = 31.58%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CCA293 (or 0xCCA293) is known color: Rose. HEX triplet: CC, A2 and 93. RGB value is (204,162,147). Sum of RGB (Red+Green+Blue) = 204+162+147=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA293 is #335D6C. Grayscale: #ACACAC. Windows color (decimal): -3366253 or 9675468. OLE color: 9675468.

HSL color Cylindrical-coordinate representation of color #CCA293: hue angle of 15.79º 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 #CCA293 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 162 147 -
CMYK 0 0.21 0.28 0.2
HSL 15.79º 0.36% 0.69% -
HSV(B) 15.79º 0.28% 0.8% -
XYZ 43.09 40.78 33.2 -
YUV 172.85 113.41 150.22 -
System Red Green Blue C M Y K H S L
Decimal 204 162 147 0 0.21 0.28 0.2 15.79 0.36 0.69
Hex CC A2 93 0 15 1C 14 10 24 45
Octal 314 242 223 0 25 34 24 20 44 105
Binary 11001100 10100010 10010011 0 10101 11100 10100 10000 100100 1000101

Color Harmonies of #CCA293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA293

Black with #CCA293

Text Example


Text Example

White with #CCA293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA293; }

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

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

background-color css

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

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

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

border-color css

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

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

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