Html Css Color HEX #CBADBA Maverick

📋 copy color: '#CBADBA'

red 203 ◦ green 173 ◦ blue 186

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

Shades of Maverick #CBADBA

Tints of Maverick #CBADBA

RGB

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

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

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

R = 36.12%
G = 30.78%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CBADBA (or 0xCBADBA) is known color: Maverick. HEX triplet: CB, AD and BA. RGB value is (203,173,186). Sum of RGB (Red+Green+Blue) = 203+173+186=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADBA is #345245. Grayscale: #B7B7B7. Windows color (decimal): -3428934 or 12234187. OLE color: 12234187.

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

Color convert

RGB 203 173 186 -
CMYK 0 0.15 0.08 0.20
HSL 334º 0.22% 0.74% -
HSV(B) 334º 0.15% 0.8% -
XYZ 48.44 46.13 52.81 -
YUV 183.45 129.44 141.94 -
System Red Green Blue C M Y K H S L
Decimal 203 173 186 0 0.15 0.08 0.20 334 0.22 0.74
Hex CB AD BA 0 F 8 14 14E 16 4A
Octal 313 255 272 0 17 10 24 516 26 112
Binary 11001011 10101101 10111010 0 1111 1000 10100 101001110 10110 1001010

Color Harmonies of #CBADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADBA

Black with #CBADBA

Text Example


Text Example

White with #CBADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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