Html Css Color HEX #CBADC2 Maverick

📋 copy color: '#CBADC2'

red 203 ◦ green 173 ◦ blue 194

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

Shades of Maverick #CBADC2

Tints of Maverick #CBADC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.04%

R = 35.61%
G = 30.35%
B = 34.04%

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

#CBADC2 (or 0xCBADC2) is known color: Maverick. HEX triplet: CB, AD and C2. RGB value is (203,173,194). Sum of RGB (Red+Green+Blue) = 203+173+194=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADC2 is #34523D. Grayscale: #B8B8B8. Windows color (decimal): -3428926 or 12758475. OLE color: 12758475.

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

Color convert

RGB 203 173 194 -
CMYK 0 0.15 0.04 0.20
HSL 318º 0.22% 0.74% -
HSV(B) 318º 0.15% 0.8% -
XYZ 49.31 46.48 57.41 -
YUV 184.36 133.44 141.29 -
System Red Green Blue C M Y K H S L
Decimal 203 173 194 0 0.15 0.04 0.20 318 0.22 0.74
Hex CB AD C2 0 F 4 14 13E 16 4A
Octal 313 255 302 0 17 4 24 476 26 112
Binary 11001011 10101101 11000010 0 1111 100 10100 100111110 10110 1001010

Color Harmonies of #CBADC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADC2

Black with #CBADC2

Text Example


Text Example

White with #CBADC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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