Html Css Color HEX #CCA594 Rose

📋 copy color: '#CCA594'

red 204 ◦ green 165 ◦ blue 148

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

Shades of Rose #CCA594

Tints of Rose #CCA594

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.91%

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

R = 39.46%
G = 31.91%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CCA594 (or 0xCCA594) is known color: Rose. HEX triplet: CC, A5 and 94. RGB value is (204,165,148). Sum of RGB (Red+Green+Blue) = 204+165+148=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA594 is #335A6B. Grayscale: #AEAEAE. Windows color (decimal): -3365484 or 9741772. OLE color: 9741772.

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

Color convert

RGB 204 165 148 -
CMYK 0 0.19 0.27 0.2
HSL 18.21º 0.35% 0.69% -
HSV(B) 18.21º 0.27% 0.8% -
XYZ 43.7 41.89 33.8 -
YUV 174.72 112.92 148.88 -
System Red Green Blue C M Y K H S L
Decimal 204 165 148 0 0.19 0.27 0.2 18.21 0.35 0.69
Hex CC A5 94 0 13 1B 14 12 23 45
Octal 314 245 224 0 23 33 24 22 43 105
Binary 11001100 10100101 10010100 0 10011 11011 10100 10010 100011 1000101

Color Harmonies of #CCA594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA594

Black with #CCA594

Text Example


Text Example

White with #CCA594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA594; }

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

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

background-color css

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

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

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

border-color css

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

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

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