Html Css Color HEX #CCAEC7 Maverick

📋 copy color: '#CCAEC7'

red 204 ◦ green 174 ◦ blue 199

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

Shades of Maverick #CCAEC7

Tints of Maverick #CCAEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.49%

R = 35.36%
G = 30.16%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CCAEC7 (or 0xCCAEC7) is known color: Maverick. HEX triplet: CC, AE and C7. RGB value is (204,174,199). Sum of RGB (Red+Green+Blue) = 204+174+199=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEC7 is #335138. Grayscale: #B9B9B9. Windows color (decimal): -3363129 or 13086412. OLE color: 13086412.

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

Color convert

RGB 204 174 199 -
CMYK 0 0.15 0.02 0.2
HSL 310º 0.23% 0.74% -
HSV(B) 310º 0.15% 0.8% -
XYZ 50.35 47.23 60.5 -
YUV 185.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 204 174 199 0 0.15 0.02 0.2 310 0.23 0.74
Hex CC AE C7 0 F 2 14 136 17 4A
Octal 314 256 307 0 17 2 24 466 27 112
Binary 11001100 10101110 11000111 0 1111 10 10100 100110110 10111 1001010

Color Harmonies of #CCAEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAEC7

Black with #CCAEC7

Text Example


Text Example

White with #CCAEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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