Html Css Color HEX #CCAEC5 Maverick

📋 copy color: '#CCAEC5'

red 204 ◦ green 174 ◦ blue 197

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

Shades of Maverick #CCAEC5

Tints of Maverick #CCAEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.26%

R = 35.48%
G = 30.26%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CCAEC5 (or 0xCCAEC5) is known color: Maverick. HEX triplet: CC, AE and C5. RGB value is (204,174,197). Sum of RGB (Red+Green+Blue) = 204+174+197=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEC5 is #33513A. Grayscale: #B9B9B9. Windows color (decimal): -3363131 or 12955340. OLE color: 12955340.

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

Color convert

RGB 204 174 197 -
CMYK 0 0.15 0.03 0.2
HSL 314º 0.23% 0.74% -
HSV(B) 314º 0.15% 0.8% -
XYZ 50.12 47.14 59.28 -
YUV 185.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 204 174 197 0 0.15 0.03 0.2 314 0.23 0.74
Hex CC AE C5 0 F 3 14 13A 17 4A
Octal 314 256 305 0 17 3 24 472 27 112
Binary 11001100 10101110 11000101 0 1111 11 10100 100111010 10111 1001010

Color Harmonies of #CCAEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAEC5

Black with #CCAEC5

Text Example


Text Example

White with #CCAEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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