Html Css Color HEX #CCA391 Rose

📋 copy color: '#CCA391'

red 204 ◦ green 163 ◦ blue 145

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

Shades of Rose #CCA391

Tints of Rose #CCA391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.32%

R = 39.84%
G = 31.84%
B = 28.32%

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

#CCA391 (or 0xCCA391) is known color: Rose. HEX triplet: CC, A3 and 91. RGB value is (204,163,145). Sum of RGB (Red+Green+Blue) = 204+163+145=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA391 is #335C6E. Grayscale: #ADADAD. Windows color (decimal): -3365999 or 9544652. OLE color: 9544652.

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

Color convert

RGB 204 163 145 -
CMYK 0 0.20 0.29 0.2
HSL 18.31º 0.37% 0.68% -
HSV(B) 18.31º 0.29% 0.8% -
XYZ 43.11 41.08 32.44 -
YUV 173.21 112.08 149.96 -
System Red Green Blue C M Y K H S L
Decimal 204 163 145 0 0.20 0.29 0.2 18.31 0.37 0.68
Hex CC A3 91 0 14 1D 14 12 25 44
Octal 314 243 221 0 24 35 24 22 45 104
Binary 11001100 10100011 10010001 0 10100 11101 10100 10010 100101 1000100

Color Harmonies of #CCA391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA391

Black with #CCA391

Text Example


Text Example

White with #CCA391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA391; }

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

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

background-color css

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

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

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

border-color css

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

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

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