Html Css Color HEX #CCAEC1 Maverick

📋 copy color: '#CCAEC1'

red 204 ◦ green 174 ◦ blue 193

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

Shades of Maverick #CCAEC1

Tints of Maverick #CCAEC1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.47%

 BLUE value IS 193 (75.78% from 255) = 33.8%

R = 35.73%
G = 30.47%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CCAEC1 (or 0xCCAEC1) is known color: Maverick. HEX triplet: CC, AE and C1. RGB value is (204,174,193). Sum of RGB (Red+Green+Blue) = 204+174+193=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEC1 is #33513E. Grayscale: #B9B9B9. Windows color (decimal): -3363135 or 12693196. OLE color: 12693196.

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

Color convert

RGB 204 174 193 -
CMYK 0 0.15 0.05 0.2
HSL 322º 0.23% 0.74% -
HSV(B) 322º 0.15% 0.8% -
XYZ 49.66 46.96 56.9 -
YUV 185.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 204 174 193 0 0.15 0.05 0.2 322 0.23 0.74
Hex CC AE C1 0 F 5 14 142 17 4A
Octal 314 256 301 0 17 5 24 502 27 112
Binary 11001100 10101110 11000001 0 1111 101 10100 101000010 10111 1001010

Color Harmonies of #CCAEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAEC1

Black with #CCAEC1

Text Example


Text Example

White with #CCAEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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