Html Css Color HEX #CBADC0 Maverick

📋 copy color: '#CBADC0'

red 203 ◦ green 173 ◦ blue 192

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

Shades of Maverick #CBADC0

Tints of Maverick #CBADC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.8%

R = 35.74%
G = 30.46%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CBADC0 (or 0xCBADC0) is known color: Maverick. HEX triplet: CB, AD and C0. RGB value is (203,173,192). Sum of RGB (Red+Green+Blue) = 203+173+192=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADC0 is #34523F. Grayscale: #B8B8B8. Windows color (decimal): -3428928 or 12627403. OLE color: 12627403.

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

Color convert

RGB 203 173 192 -
CMYK 0 0.15 0.05 0.20
HSL 322º 0.22% 0.74% -
HSV(B) 322º 0.15% 0.8% -
XYZ 49.09 46.39 56.24 -
YUV 184.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 203 173 192 0 0.15 0.05 0.20 322 0.22 0.74
Hex CB AD C0 0 F 5 14 142 16 4A
Octal 313 255 300 0 17 5 24 502 26 112
Binary 11001011 10101101 11000000 0 1111 101 10100 101000010 10110 1001010

Color Harmonies of #CBADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADC0

Black with #CBADC0

Text Example


Text Example

White with #CBADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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