Html Css Color HEX #CCADBA Maverick

📋 copy color: '#CCADBA'

red 204 ◦ green 173 ◦ blue 186

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

Shades of Maverick #CCADBA

Tints of Maverick #CCADBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.04%

R = 36.23%
G = 30.73%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CCADBA (or 0xCCADBA) is known color: Maverick. HEX triplet: CC, AD and BA. RGB value is (204,173,186). Sum of RGB (Red+Green+Blue) = 204+173+186=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADBA is #335245. Grayscale: #B7B7B7. Windows color (decimal): -3363398 or 12234188. OLE color: 12234188.

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

Color convert

RGB 204 173 186 -
CMYK 0 0.15 0.09 0.2
HSL 334.84º 0.23% 0.74% -
HSV(B) 334.84º 0.15% 0.8% -
XYZ 48.71 46.27 52.82 -
YUV 183.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 204 173 186 0 0.15 0.09 0.2 334.84 0.23 0.74
Hex CC AD BA 0 F 9 14 14F 17 4A
Octal 314 255 272 0 17 11 24 517 27 112
Binary 11001100 10101101 10111010 0 1111 1001 10100 101001111 10111 1001010

Color Harmonies of #CCADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCADBA

Black with #CCADBA

Text Example


Text Example

White with #CCADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCADBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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