Html Css Color HEX #CCADC1 Maverick

📋 copy color: '#CCADC1'

red 204 ◦ green 173 ◦ blue 193

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

Shades of Maverick #CCADC1

Tints of Maverick #CCADC1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.35%

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

R = 35.79%
G = 30.35%
B = 33.86%

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

#CCADC1 (or 0xCCADC1) is known color: Maverick. HEX triplet: CC, AD and C1. RGB value is (204,173,193). Sum of RGB (Red+Green+Blue) = 204+173+193=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADC1 is #33523E. Grayscale: #B8B8B8. Windows color (decimal): -3363391 or 12692940. OLE color: 12692940.

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

Color convert

RGB 204 173 193 -
CMYK 0 0.15 0.05 0.2
HSL 321.29º 0.23% 0.74% -
HSV(B) 321.29º 0.15% 0.8% -
XYZ 49.47 46.57 56.83 -
YUV 184.55 132.77 141.87 -
System Red Green Blue C M Y K H S L
Decimal 204 173 193 0 0.15 0.05 0.2 321.29 0.23 0.74
Hex CC AD C1 0 F 5 14 141 17 4A
Octal 314 255 301 0 17 5 24 501 27 112
Binary 11001100 10101101 11000001 0 1111 101 10100 101000001 10111 1001010

Color Harmonies of #CCADC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCADC1

Black with #CCADC1

Text Example


Text Example

White with #CCADC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCADC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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