Html Css Color HEX #CCA3BE Maverick

📋 copy color: '#CCA3BE'

red 204 ◦ green 163 ◦ blue 190

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

Shades of Maverick #CCA3BE

Tints of Maverick #CCA3BE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.26%

 BLUE value IS 190 (74.61% from 255) = 34.11%

R = 36.62%
G = 29.26%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CCA3BE (or 0xCCA3BE) is known color: Maverick. HEX triplet: CC, A3 and BE. RGB value is (204,163,190). Sum of RGB (Red+Green+Blue) = 204+163+190=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA3BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA3BE is #335C41. Grayscale: #B2B2B2. Windows color (decimal): -3365954 or 12493772. OLE color: 12493772.

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

Color convert

RGB 204 163 190 -
CMYK 0 0.20 0.07 0.2
HSL 320.49º 0.29% 0.72% -
HSV(B) 320.49º 0.2% 0.8% -
XYZ 47.29 42.75 54.47 -
YUV 178.34 134.58 146.3 -
System Red Green Blue C M Y K H S L
Decimal 204 163 190 0 0.20 0.07 0.2 320.49 0.29 0.72
Hex CC A3 BE 0 14 7 14 140 1D 48
Octal 314 243 276 0 24 7 24 500 35 110
Binary 11001100 10100011 10111110 0 10100 111 10100 101000000 11101 1001000

Color Harmonies of #CCA3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA3BE

Black with #CCA3BE

Text Example


Text Example

White with #CCA3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA3BE; }

 p { color: rgb(204,163,190); }

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

background-color css

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

 a { background-color: rgb(204,163,190); }

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

border-color css

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

 span { border-color: rgb(204,163,190); }

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