Html Css Color HEX #CBA5BE Maverick

📋 copy color: '#CBA5BE'

red 203 ◦ green 165 ◦ blue 190

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

Shades of Maverick #CBA5BE

Tints of Maverick #CBA5BE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.57%

 BLUE value IS 190 (74.61% from 255) = 34.05%

R = 36.38%
G = 29.57%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CBA5BE (or 0xCBA5BE) is known color: Maverick. HEX triplet: CB, A5 and BE. RGB value is (203,165,190). Sum of RGB (Red+Green+Blue) = 203+165+190=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA5BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA5BE is #345A41. Grayscale: #B3B3B3. Windows color (decimal): -3430978 or 12494283. OLE color: 12494283.

HSL color Cylindrical-coordinate representation of color #CBA5BE: hue angle of 320.53º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBA5BE is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 165 190 -
CMYK 0 0.19 0.06 0.20
HSL 320.53º 0.27% 0.72% -
HSV(B) 320.53º 0.19% 0.8% -
XYZ 47.38 43.32 54.58 -
YUV 179.21 134.09 144.97 -
System Red Green Blue C M Y K H S L
Decimal 203 165 190 0 0.19 0.06 0.20 320.53 0.27 0.72
Hex CB A5 BE 0 13 6 14 141 1B 48
Octal 313 245 276 0 23 6 24 501 33 110
Binary 11001011 10100101 10111110 0 10011 110 10100 101000001 11011 1001000

Color Harmonies of #CBA5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA5BE

Black with #CBA5BE

Text Example


Text Example

White with #CBA5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA5BE; }

 p { color: rgb(203,165,190); }

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

background-color css

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

 a { background-color: rgb(203,165,190); }

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

border-color css

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

 span { border-color: rgb(203,165,190); }

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