Html Css Color HEX #CCA093 Rose

📋 copy color: '#CCA093'

red 204 ◦ green 160 ◦ blue 147

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

Shades of Rose #CCA093

Tints of Rose #CCA093

RGB

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

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

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

R = 39.92%
G = 31.31%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CCA093 (or 0xCCA093) is known color: Rose. HEX triplet: CC, A0 and 93. RGB value is (204,160,147). Sum of RGB (Red+Green+Blue) = 204+160+147=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA093 is #335F6C. Grayscale: #ABABAB. Windows color (decimal): -3366765 or 9674956. OLE color: 9674956.

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

Color convert

RGB 204 160 147 -
CMYK 0 0.22 0.28 0.2
HSL 13.68º 0.36% 0.69% -
HSV(B) 13.68º 0.28% 0.8% -
XYZ 42.74 40.09 33.09 -
YUV 171.67 114.08 151.06 -
System Red Green Blue C M Y K H S L
Decimal 204 160 147 0 0.22 0.28 0.2 13.68 0.36 0.69
Hex CC A0 93 0 16 1C 14 E 24 45
Octal 314 240 223 0 26 34 24 16 44 105
Binary 11001100 10100000 10010011 0 10110 11100 10100 1110 100100 1000101

Color Harmonies of #CCA093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA093

Black with #CCA093

Text Example


Text Example

White with #CCA093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA093; }

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

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

background-color css

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

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

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

border-color css

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

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

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