Html Css Color HEX #CCAFA3 Clam Shell

📋 copy color: '#CCAFA3'

red 204 ◦ green 175 ◦ blue 163

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

Shades of Clam Shell #CCAFA3

Tints of Clam Shell #CCAFA3

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.29%

 BLUE value IS 163 (64.06% from 255) = 30.07%

R = 37.64%
G = 32.29%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#CCAFA3 (or 0xCCAFA3) is known color: Clam Shell. HEX triplet: CC, AF and A3. RGB value is (204,175,163). Sum of RGB (Red+Green+Blue) = 204+175+163=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 163 (64.06% from 255 or 30.07% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAFA3 is #33505C. Grayscale: #B6B6B6. Windows color (decimal): -3362909 or 10727372. OLE color: 10727372.

HSL color Cylindrical-coordinate representation of color #CCAFA3: hue angle of 17.56º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCAFA3 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 175 163 -
CMYK 0 0.14 0.20 0.2
HSL 17.56º 0.29% 0.72% -
HSV(B) 17.56º 0.2% 0.8% -
XYZ 46.84 46.14 41.09 -
YUV 182.3 117.11 143.48 -
System Red Green Blue C M Y K H S L
Decimal 204 175 163 0 0.14 0.20 0.2 17.56 0.29 0.72
Hex CC AF A3 0 E 14 14 12 1D 48
Octal 314 257 243 0 16 24 24 22 35 110
Binary 11001100 10101111 10100011 0 1110 10100 10100 10010 11101 1001000

Color Harmonies of #CCAFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAFA3

Black with #CCAFA3

Text Example


Text Example

White with #CCAFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAFA3; }

 p { color: rgb(204,175,163); }

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

background-color css

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

 a { background-color: rgb(204,175,163); }

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

border-color css

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

 span { border-color: rgb(204,175,163); }

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