Html Css Color HEX #CAADC4 Maverick

📋 copy color: '#CAADC4'

red 202 ◦ green 173 ◦ blue 196

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

Shades of Maverick #CAADC4

Tints of Maverick #CAADC4

RGB

 RED value IS 202 (79.3% from 255) = 35.38%

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

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

R = 35.38%
G = 30.3%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#CAADC4 (or 0xCAADC4) is known color: Maverick. HEX triplet: CA, AD and C4. RGB value is (202,173,196). Sum of RGB (Red+Green+Blue) = 202+173+196=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 202 - color contains mainly: red. Hex color #CAADC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADC4 is #35523B. Grayscale: #B8B8B8. Windows color (decimal): -3494460 or 12889546. OLE color: 12889546.

HSL color Cylindrical-coordinate representation of color #CAADC4: hue angle of 312.41º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAADC4 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 173 196 -
CMYK 0 0.14 0.03 0.21
HSL 312.41º 0.21% 0.74% -
HSV(B) 312.41º 0.14% 0.79% -
XYZ 49.26 46.43 58.59 -
YUV 184.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 202 173 196 0 0.14 0.03 0.21 312.41 0.21 0.74
Hex CA AD C4 0 E 3 15 138 15 4A
Octal 312 255 304 0 16 3 25 470 25 112
Binary 11001010 10101101 11000100 0 1110 11 10101 100111000 10101 1001010

Color Harmonies of #CAADC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAADC4

Black with #CAADC4

Text Example


Text Example

White with #CAADC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAADC4; }

 p { color: rgb(202,173,196); }

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

background-color css

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

 a { background-color: rgb(202,173,196); }

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

border-color css

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

 span { border-color: rgb(202,173,196); }

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