Html Css Color HEX #CCA893 Cashmere

📋 copy color: '#CCA893'

red 204 ◦ green 168 ◦ blue 147

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

Shades of Cashmere #CCA893

Tints of Cashmere #CCA893

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.37%

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

R = 39.31%
G = 32.37%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CCA893 (or 0xCCA893) is known color: Cashmere. HEX triplet: CC, A8 and 93. RGB value is (204,168,147). Sum of RGB (Red+Green+Blue) = 204+168+147=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA893 is #33576C. Grayscale: #B0B0B0. Windows color (decimal): -3364717 or 9677004. OLE color: 9677004.

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

Color convert

RGB 204 168 147 -
CMYK 0 0.18 0.28 0.2
HSL 22.11º 0.36% 0.69% -
HSV(B) 22.11º 0.28% 0.8% -
XYZ 44.17 42.95 33.57 -
YUV 176.37 111.43 147.71 -
System Red Green Blue C M Y K H S L
Decimal 204 168 147 0 0.18 0.28 0.2 22.11 0.36 0.69
Hex CC A8 93 0 12 1C 14 16 24 45
Octal 314 250 223 0 22 34 24 26 44 105
Binary 11001100 10101000 10010011 0 10010 11100 10100 10110 100100 1000101

Color Harmonies of #CCA893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA893

Black with #CCA893

Text Example


Text Example

White with #CCA893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA893; }

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

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

background-color css

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

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

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

border-color css

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

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

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