Html Css Color HEX #CCC2CA Maverick

📋 copy color: '#CCC2CA'

red 204 ◦ green 194 ◦ blue 202

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

Shades of Maverick #CCC2CA

Tints of Maverick #CCC2CA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.33%

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

R = 34%
G = 32.33%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CCC2CA (or 0xCCC2CA) is known color: Maverick. HEX triplet: CC, C2 and CA. RGB value is (204,194,202). Sum of RGB (Red+Green+Blue) = 204+194+202=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2CA is #333D35. Grayscale: #C5C5C5. Windows color (decimal): -3358006 or 13288140. OLE color: 13288140.

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

Color convert

RGB 204 194 202 -
CMYK 0 0.05 0.01 0.2
HSL 312º 0.09% 0.78% -
HSV(B) 312º 0.05% 0.8% -
XYZ 54.85 55.69 63.73 -
YUV 197.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 204 194 202 0 0.05 0.01 0.2 312 0.09 0.78
Hex CC C2 CA 0 5 1 14 138 9 4E
Octal 314 302 312 0 5 1 24 470 11 116
Binary 11001100 11000010 11001010 0 101 1 10100 100111000 1001 1001110

Color Harmonies of #CCC2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC2CA

Black with #CCC2CA

Text Example


Text Example

White with #CCC2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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