Html Css Color HEX #CCAEC4 Maverick

📋 copy color: '#CCAEC4'

red 204 ◦ green 174 ◦ blue 196

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

Shades of Maverick #CCAEC4

Tints of Maverick #CCAEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.15%

R = 35.54%
G = 30.31%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#CCAEC4 (or 0xCCAEC4) is known color: Maverick. HEX triplet: CC, AE and C4. RGB value is (204,174,196). Sum of RGB (Red+Green+Blue) = 204+174+196=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEC4 is #33513B. Grayscale: #B9B9B9. Windows color (decimal): -3363132 or 12889804. OLE color: 12889804.

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

Color convert

RGB 204 174 196 -
CMYK 0 0.15 0.04 0.2
HSL 316º 0.23% 0.74% -
HSV(B) 316º 0.15% 0.8% -
XYZ 50 47.1 58.68 -
YUV 185.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 204 174 196 0 0.15 0.04 0.2 316 0.23 0.74
Hex CC AE C4 0 F 4 14 13C 17 4A
Octal 314 256 304 0 17 4 24 474 27 112
Binary 11001100 10101110 11000100 0 1111 100 10100 100111100 10111 1001010

Color Harmonies of #CCAEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAEC4

Black with #CCAEC4

Text Example


Text Example

White with #CCAEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAEC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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