Html Css Color HEX #CCA593 Rose

📋 copy color: '#CCA593'

red 204 ◦ green 165 ◦ blue 147

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

Shades of Rose #CCA593

Tints of Rose #CCA593

RGB

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

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

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

R = 39.53%
G = 31.98%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CCA593 (or 0xCCA593) is known color: Rose. HEX triplet: CC, A5 and 93. RGB value is (204,165,147). Sum of RGB (Red+Green+Blue) = 204+165+147=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA593 is #335A6C. Grayscale: #AEAEAE. Windows color (decimal): -3365485 or 9676236. OLE color: 9676236.

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

Color convert

RGB 204 165 147 -
CMYK 0 0.19 0.28 0.2
HSL 18.95º 0.36% 0.69% -
HSV(B) 18.95º 0.28% 0.8% -
XYZ 43.62 41.85 33.38 -
YUV 174.61 112.42 148.96 -
System Red Green Blue C M Y K H S L
Decimal 204 165 147 0 0.19 0.28 0.2 18.95 0.36 0.69
Hex CC A5 93 0 13 1C 14 13 24 45
Octal 314 245 223 0 23 34 24 23 44 105
Binary 11001100 10100101 10010011 0 10011 11100 10100 10011 100100 1000101

Color Harmonies of #CCA593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA593

Black with #CCA593

Text Example


Text Example

White with #CCA593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA593; }

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

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

background-color css

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

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

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

border-color css

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

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

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