Html Css Color HEX #CCA7BD Maverick

📋 copy color: '#CCA7BD'

red 204 ◦ green 167 ◦ blue 189

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

Shades of Maverick #CCA7BD

Tints of Maverick #CCA7BD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.82%

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

R = 36.43%
G = 29.82%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CCA7BD (or 0xCCA7BD) is known color: Maverick. HEX triplet: CC, A7 and BD. RGB value is (204,167,189). Sum of RGB (Red+Green+Blue) = 204+167+189=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 167 (65.62% from 255 or 29.82% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA7BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA7BD is #335842. Grayscale: #B4B4B4. Windows color (decimal): -3364931 or 12429260. OLE color: 12429260.

HSL color Cylindrical-coordinate representation of color #CCA7BD: hue angle of 324.32º 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 #CCA7BD is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 167 189 -
CMYK 0 0.18 0.07 0.2
HSL 324.32º 0.27% 0.73% -
HSV(B) 324.32º 0.18% 0.8% -
XYZ 47.91 44.15 54.14 -
YUV 180.57 132.76 144.71 -
System Red Green Blue C M Y K H S L
Decimal 204 167 189 0 0.18 0.07 0.2 324.32 0.27 0.73
Hex CC A7 BD 0 12 7 14 144 1B 49
Octal 314 247 275 0 22 7 24 504 33 111
Binary 11001100 10100111 10111101 0 10010 111 10100 101000100 11011 1001001

Color Harmonies of #CCA7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA7BD

Black with #CCA7BD

Text Example


Text Example

White with #CCA7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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