Html Css Color HEX #CBA5BC Maverick

📋 copy color: '#CBA5BC'

red 203 ◦ green 165 ◦ blue 188

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

Shades of Maverick #CBA5BC

Tints of Maverick #CBA5BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.81%

R = 36.51%
G = 29.68%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CBA5BC (or 0xCBA5BC) is known color: Maverick. HEX triplet: CB, A5 and BC. RGB value is (203,165,188). Sum of RGB (Red+Green+Blue) = 203+165+188=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA5BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA5BC is #345A43. Grayscale: #B2B2B2. Windows color (decimal): -3430980 or 12363211. OLE color: 12363211.

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

Color convert

RGB 203 165 188 -
CMYK 0 0.19 0.07 0.20
HSL 323.68º 0.27% 0.72% -
HSV(B) 323.68º 0.19% 0.8% -
XYZ 47.16 43.24 53.44 -
YUV 178.98 133.09 145.13 -
System Red Green Blue C M Y K H S L
Decimal 203 165 188 0 0.19 0.07 0.20 323.68 0.27 0.72
Hex CB A5 BC 0 13 7 14 144 1B 48
Octal 313 245 274 0 23 7 24 504 33 110
Binary 11001011 10100101 10111100 0 10011 111 10100 101000100 11011 1001000

Color Harmonies of #CBA5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA5BC

Black with #CBA5BC

Text Example


Text Example

White with #CBA5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA5BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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