Html Css Color HEX #CBADC3 Maverick

📋 copy color: '#CBADC3'

red 203 ◦ green 173 ◦ blue 195

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

Shades of Maverick #CBADC3

Tints of Maverick #CBADC3

RGB

 RED value IS 203 (79.69% from 255) = 35.55%

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

 BLUE value IS 195 (76.56% from 255) = 34.15%

R = 35.55%
G = 30.3%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CBADC3 (or 0xCBADC3) is known color: Maverick. HEX triplet: CB, AD and C3. RGB value is (203,173,195). Sum of RGB (Red+Green+Blue) = 203+173+195=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 195 (76.56% from 255 or 34.15% from 571); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADC3 is #34523C. Grayscale: #B8B8B8. Windows color (decimal): -3428925 or 12824011. OLE color: 12824011.

HSL color Cylindrical-coordinate representation of color #CBADC3: hue angle of 316º degrees, saturation: 0.22, 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 #CBADC3 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 173 195 -
CMYK 0 0.15 0.04 0.20
HSL 316º 0.22% 0.74% -
HSV(B) 316º 0.15% 0.8% -
XYZ 49.42 46.52 58 -
YUV 184.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 203 173 195 0 0.15 0.04 0.20 316 0.22 0.74
Hex CB AD C3 0 F 4 14 13C 16 4A
Octal 313 255 303 0 17 4 24 474 26 112
Binary 11001011 10101101 11000011 0 1111 100 10100 100111100 10110 1001010

Color Harmonies of #CBADC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADC3

Black with #CBADC3

Text Example


Text Example

White with #CBADC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADC3; }

 p { color: rgb(203,173,195); }

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

background-color css

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

 a { background-color: rgb(203,173,195); }

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

border-color css

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

 span { border-color: rgb(203,173,195); }

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