Html Css Color HEX #CCA08D Rose

📋 copy color: '#CCA08D'

red 204 ◦ green 160 ◦ blue 141

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

Shades of Rose #CCA08D

Tints of Rose #CCA08D

RGB

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

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

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

R = 40.4%
G = 31.68%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCA08D (or 0xCCA08D) is known color: Rose. HEX triplet: CC, A0 and 8D. RGB value is (204,160,141). Sum of RGB (Red+Green+Blue) = 204+160+141=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA08D is #335F72. Grayscale: #ABABAB. Windows color (decimal): -3366771 or 9281740. OLE color: 9281740.

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

Color convert

RGB 204 160 141 -
CMYK 0 0.22 0.31 0.2
HSL 18.1º 0.38% 0.68% -
HSV(B) 18.1º 0.31% 0.8% -
XYZ 42.28 39.9 30.67 -
YUV 170.99 111.08 151.54 -
System Red Green Blue C M Y K H S L
Decimal 204 160 141 0 0.22 0.31 0.2 18.1 0.38 0.68
Hex CC A0 8D 0 16 1F 14 12 26 44
Octal 314 240 215 0 26 37 24 22 46 104
Binary 11001100 10100000 10001101 0 10110 11111 10100 10010 100110 1000100

Color Harmonies of #CCA08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA08D

Black with #CCA08D

Text Example


Text Example

White with #CCA08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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