Html Css Color HEX #CCA2BD Maverick

📋 copy color: '#CCA2BD'

red 204 ◦ green 162 ◦ blue 189

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

Shades of Maverick #CCA2BD

Tints of Maverick #CCA2BD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.19%

 BLUE value IS 189 (74.22% from 255) = 34.05%

R = 36.76%
G = 29.19%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CCA2BD (or 0xCCA2BD) is known color: Maverick. HEX triplet: CC, A2 and BD. RGB value is (204,162,189). Sum of RGB (Red+Green+Blue) = 204+162+189=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 162 (63.67% from 255 or 29.19% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2BD is #335D42. Grayscale: #B1B1B1. Windows color (decimal): -3366211 or 12427980. OLE color: 12427980.

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

Color convert

RGB 204 162 189 -
CMYK 0 0.21 0.07 0.2
HSL 321.43º 0.29% 0.72% -
HSV(B) 321.43º 0.21% 0.8% -
XYZ 47.01 42.35 53.84 -
YUV 177.64 134.41 146.8 -
System Red Green Blue C M Y K H S L
Decimal 204 162 189 0 0.21 0.07 0.2 321.43 0.29 0.72
Hex CC A2 BD 0 15 7 14 141 1D 48
Octal 314 242 275 0 25 7 24 501 35 110
Binary 11001100 10100010 10111101 0 10101 111 10100 101000001 11101 1001000

Color Harmonies of #CCA2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA2BD

Black with #CCA2BD

Text Example


Text Example

White with #CCA2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA2BD; }

 p { color: rgb(204,162,189); }

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

background-color css

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

 a { background-color: rgb(204,162,189); }

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

border-color css

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

 span { border-color: rgb(204,162,189); }

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