Html Css Color HEX #CCA794 Rose

📋 copy color: '#CCA794'

red 204 ◦ green 167 ◦ blue 148

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

Shades of Rose #CCA794

Tints of Rose #CCA794

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.18%

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

R = 39.31%
G = 32.18%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CCA794 (or 0xCCA794) is known color: Rose. HEX triplet: CC, A7 and 94. RGB value is (204,167,148). Sum of RGB (Red+Green+Blue) = 204+167+148=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA794 is #33586B. Grayscale: #B0B0B0. Windows color (decimal): -3364972 or 9742284. OLE color: 9742284.

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

Color convert

RGB 204 167 148 -
CMYK 0 0.18 0.27 0.2
HSL 20.36º 0.35% 0.69% -
HSV(B) 20.36º 0.27% 0.8% -
XYZ 44.07 42.61 33.92 -
YUV 175.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 204 167 148 0 0.18 0.27 0.2 20.36 0.35 0.69
Hex CC A7 94 0 12 1B 14 14 23 45
Octal 314 247 224 0 22 33 24 24 43 105
Binary 11001100 10100111 10010100 0 10010 11011 10100 10100 100011 1000101

Color Harmonies of #CCA794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA794

Black with #CCA794

Text Example


Text Example

White with #CCA794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA794; }

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

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

background-color css

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

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

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

border-color css

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

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

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