Html Css Color HEX #CCC4CA Maverick

📋 copy color: '#CCC4CA'

red 204 ◦ green 196 ◦ blue 202

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

Shades of Maverick #CCC4CA

Tints of Maverick #CCC4CA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.56%

 BLUE value IS 202 (79.3% from 255) = 33.55%

R = 33.89%
G = 32.56%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CCC4CA (or 0xCCC4CA) is known color: Maverick. HEX triplet: CC, C4 and CA. RGB value is (204,196,202). Sum of RGB (Red+Green+Blue) = 204+196+202=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 196 (76.95% from 255 or 32.56% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4CA is #333B35. Grayscale: #C7C7C7. Windows color (decimal): -3357494 or 13288652. OLE color: 13288652.

HSL color Cylindrical-coordinate representation of color #CCC4CA: hue angle of 315º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCC4CA is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 196 202 -
CMYK 0 0.04 0.01 0.2
HSL 315º 0.07% 0.78% -
HSV(B) 315º 0.04% 0.8% -
XYZ 55.3 56.58 63.88 -
YUV 199.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 204 196 202 0 0.04 0.01 0.2 315 0.07 0.78
Hex CC C4 CA 0 4 1 14 13B 7 4E
Octal 314 304 312 0 4 1 24 473 7 116
Binary 11001100 11000100 11001010 0 100 1 10100 100111011 111 1001110

Color Harmonies of #CCC4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC4CA

Black with #CCC4CA

Text Example


Text Example

White with #CCC4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC4CA; }

 p { color: rgb(204,196,202); }

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

background-color css

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

 a { background-color: rgb(204,196,202); }

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

border-color css

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

 span { border-color: rgb(204,196,202); }

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