Html Css Color HEX #CCA694 Rose

📋 copy color: '#CCA694'

red 204 ◦ green 166 ◦ blue 148

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

Shades of Rose #CCA694

Tints of Rose #CCA694

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.05%

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

R = 39.38%
G = 32.05%
B = 28.57%

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

#CCA694 (or 0xCCA694) is known color: Rose. HEX triplet: CC, A6 and 94. RGB value is (204,166,148). Sum of RGB (Red+Green+Blue) = 204+166+148=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA694 is #33596B. Grayscale: #AFAFAF. Windows color (decimal): -3365228 or 9742028. OLE color: 9742028.

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

Color convert

RGB 204 166 148 -
CMYK 0 0.19 0.27 0.2
HSL 19.29º 0.35% 0.69% -
HSV(B) 19.29º 0.27% 0.8% -
XYZ 43.88 42.25 33.86 -
YUV 175.31 112.59 148.46 -
System Red Green Blue C M Y K H S L
Decimal 204 166 148 0 0.19 0.27 0.2 19.29 0.35 0.69
Hex CC A6 94 0 13 1B 14 13 23 45
Octal 314 246 224 0 23 33 24 23 43 105
Binary 11001100 10100110 10010100 0 10011 11011 10100 10011 100011 1000101

Color Harmonies of #CCA694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA694

Black with #CCA694

Text Example


Text Example

White with #CCA694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA694; }

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

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

background-color css

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

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

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

border-color css

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

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

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