Html Css Color HEX #CCC1CA Maverick

📋 copy color: '#CCC1CA'

red 204 ◦ green 193 ◦ blue 202

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

Shades of Maverick #CCC1CA

Tints of Maverick #CCC1CA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.22%

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

R = 34.06%
G = 32.22%
B = 33.72%

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

#CCC1CA (or 0xCCC1CA) is known color: Maverick. HEX triplet: CC, C1 and CA. RGB value is (204,193,202). Sum of RGB (Red+Green+Blue) = 204+193+202=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1CA is #333E35. Grayscale: #C5C5C5. Windows color (decimal): -3358262 or 13287884. OLE color: 13287884.

HSL color Cylindrical-coordinate representation of color #CCC1CA: hue angle of 310.91º degrees, saturation: 0.1, 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 #CCC1CA is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 193 202 -
CMYK 0 0.05 0.01 0.2
HSL 310.91º 0.1% 0.78% -
HSV(B) 310.91º 0.05% 0.8% -
XYZ 54.63 55.24 63.66 -
YUV 197.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 204 193 202 0 0.05 0.01 0.2 310.91 0.1 0.78
Hex CC C1 CA 0 5 1 14 137 A 4E
Octal 314 301 312 0 5 1 24 467 12 116
Binary 11001100 11000001 11001010 0 101 1 10100 100110111 1010 1001110

Color Harmonies of #CCC1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC1CA

Black with #CCC1CA

Text Example


Text Example

White with #CCC1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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