Html Css Color HEX #CCA18D Rose

📋 copy color: '#CCA18D'

red 204 ◦ green 161 ◦ blue 141

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

Shades of Rose #CCA18D

Tints of Rose #CCA18D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.82%

 BLUE value IS 141 (55.47% from 255) = 27.87%

R = 40.32%
G = 31.82%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCA18D (or 0xCCA18D) is known color: Rose. HEX triplet: CC, A1 and 8D. RGB value is (204,161,141). Sum of RGB (Red+Green+Blue) = 204+161+141=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA18D is #335E72. Grayscale: #ABABAB. Windows color (decimal): -3366515 or 9281996. OLE color: 9281996.

HSL color Cylindrical-coordinate representation of color #CCA18D: hue angle of 19.05º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCA18D is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 161 141 -
CMYK 0 0.21 0.31 0.2
HSL 19.05º 0.38% 0.68% -
HSV(B) 19.05º 0.31% 0.8% -
XYZ 42.45 40.25 30.73 -
YUV 171.58 110.75 151.13 -
System Red Green Blue C M Y K H S L
Decimal 204 161 141 0 0.21 0.31 0.2 19.05 0.38 0.68
Hex CC A1 8D 0 15 1F 14 13 26 44
Octal 314 241 215 0 25 37 24 23 46 104
Binary 11001100 10100001 10001101 0 10101 11111 10100 10011 100110 1000100

Color Harmonies of #CCA18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA18D

Black with #CCA18D

Text Example


Text Example

White with #CCA18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA18D; }

 p { color: rgb(204,161,141); }

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

background-color css

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

 a { background-color: rgb(204,161,141); }

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

border-color css

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

 span { border-color: rgb(204,161,141); }

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