Html Css Color HEX #CCACA7 Clam Shell

📋 copy color: '#CCACA7'

red 204 ◦ green 172 ◦ blue 167

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

Shades of Clam Shell #CCACA7

Tints of Clam Shell #CCACA7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.68%

 BLUE value IS 167 (65.63% from 255) = 30.76%

R = 37.57%
G = 31.68%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#CCACA7 (or 0xCCACA7) is known color: Clam Shell. HEX triplet: CC, AC and A7. RGB value is (204,172,167). Sum of RGB (Red+Green+Blue) = 204+172+167=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 167 (65.62% from 255 or 30.76% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCACA7 is #335358. Grayscale: #B5B5B5. Windows color (decimal): -3363673 or 10988748. OLE color: 10988748.

HSL color Cylindrical-coordinate representation of color #CCACA7: hue angle of 8.11º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCACA7 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 172 167 -
CMYK 0 0.16 0.18 0.2
HSL 8.11º 0.27% 0.73% -
HSV(B) 8.11º 0.18% 0.8% -
XYZ 46.63 45.13 42.81 -
YUV 181 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 204 172 167 0 0.16 0.18 0.2 8.11 0.27 0.73
Hex CC AC A7 0 10 12 14 8 1B 49
Octal 314 254 247 0 20 22 24 10 33 111
Binary 11001100 10101100 10100111 0 10000 10010 10100 1000 11011 1001001

Color Harmonies of #CCACA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCACA7

Black with #CCACA7

Text Example


Text Example

White with #CCACA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCACA7; }

 p { color: rgb(204,172,167); }

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

background-color css

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

 a { background-color: rgb(204,172,167); }

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

border-color css

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

 span { border-color: rgb(204,172,167); }

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