Html Css Color HEX #CCADB9 Maverick

📋 copy color: '#CCADB9'

red 204 ◦ green 173 ◦ blue 185

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

Shades of Maverick #CCADB9

Tints of Maverick #CCADB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.92%

R = 36.3%
G = 30.78%
B = 32.92%

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

#CCADB9 (or 0xCCADB9) is known color: Maverick. HEX triplet: CC, AD and B9. RGB value is (204,173,185). Sum of RGB (Red+Green+Blue) = 204+173+185=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADB9 is #335246. Grayscale: #B7B7B7. Windows color (decimal): -3363399 or 12168652. OLE color: 12168652.

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

Color convert

RGB 204 173 185 -
CMYK 0 0.15 0.09 0.2
HSL 336.77º 0.23% 0.74% -
HSV(B) 336.77º 0.15% 0.8% -
XYZ 48.6 46.23 52.26 -
YUV 183.64 128.77 142.52 -
System Red Green Blue C M Y K H S L
Decimal 204 173 185 0 0.15 0.09 0.2 336.77 0.23 0.74
Hex CC AD B9 0 F 9 14 151 17 4A
Octal 314 255 271 0 17 11 24 521 27 112
Binary 11001100 10101101 10111001 0 1111 1001 10100 101010001 10111 1001010

Color Harmonies of #CCADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCADB9

Black with #CCADB9

Text Example


Text Example

White with #CCADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCADB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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