Html Css Color HEX #CCA094 Rose

📋 copy color: '#CCA094'

red 204 ◦ green 160 ◦ blue 148

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

Shades of Rose #CCA094

Tints of Rose #CCA094

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.25%

 BLUE value IS 148 (58.2% from 255) = 28.91%

R = 39.84%
G = 31.25%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CCA094 (or 0xCCA094) is known color: Rose. HEX triplet: CC, A0 and 94. RGB value is (204,160,148). Sum of RGB (Red+Green+Blue) = 204+160+148=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA094 is #335F6B. Grayscale: #ABABAB. Windows color (decimal): -3366764 or 9740492. OLE color: 9740492.

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

Color convert

RGB 204 160 148 -
CMYK 0 0.22 0.27 0.2
HSL 12.86º 0.35% 0.69% -
HSV(B) 12.86º 0.27% 0.8% -
XYZ 42.82 40.12 33.5 -
YUV 171.79 114.58 150.98 -
System Red Green Blue C M Y K H S L
Decimal 204 160 148 0 0.22 0.27 0.2 12.86 0.35 0.69
Hex CC A0 94 0 16 1B 14 D 23 45
Octal 314 240 224 0 26 33 24 15 43 105
Binary 11001100 10100000 10010100 0 10110 11011 10100 1101 100011 1000101

Color Harmonies of #CCA094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA094

Black with #CCA094

Text Example


Text Example

White with #CCA094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA094; }

 p { color: rgb(204,160,148); }

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

background-color css

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

 a { background-color: rgb(204,160,148); }

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

border-color css

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

 span { border-color: rgb(204,160,148); }

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