Html Css Color HEX #CCAEC2 Maverick

📋 copy color: '#CCAEC2'

red 204 ◦ green 174 ◦ blue 194

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

Shades of Maverick #CCAEC2

Tints of Maverick #CCAEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.92%

R = 35.66%
G = 30.42%
B = 33.92%

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

#CCAEC2 (or 0xCCAEC2) is known color: Maverick. HEX triplet: CC, AE and C2. RGB value is (204,174,194). Sum of RGB (Red+Green+Blue) = 204+174+194=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEC2 is #33513D. Grayscale: #B9B9B9. Windows color (decimal): -3363134 or 12758732. OLE color: 12758732.

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

Color convert

RGB 204 174 194 -
CMYK 0 0.15 0.05 0.2
HSL 320º 0.23% 0.74% -
HSV(B) 320º 0.15% 0.8% -
XYZ 49.78 47 57.49 -
YUV 185.25 132.94 141.37 -
System Red Green Blue C M Y K H S L
Decimal 204 174 194 0 0.15 0.05 0.2 320 0.23 0.74
Hex CC AE C2 0 F 5 14 140 17 4A
Octal 314 256 302 0 17 5 24 500 27 112
Binary 11001100 10101110 11000010 0 1111 101 10100 101000000 10111 1001010

Color Harmonies of #CCAEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAEC2

Black with #CCAEC2

Text Example


Text Example

White with #CCAEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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