Html Css Color HEX #CB616A Cabaret

📋 copy color: '#CB616A'

red 203 ◦ green 97 ◦ blue 106

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

Shades of Cabaret #CB616A

Tints of Cabaret #CB616A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.89%

 BLUE value IS 106 (41.8% from 255) = 26.11%

R = 50%
G = 23.89%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB616A (or 0xCB616A) is known color: Cabaret. HEX triplet: CB, 61 and 6A. RGB value is (203,97,106). Sum of RGB (Red+Green+Blue) = 203+97+106=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB616A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB616A is #349E95. Grayscale: #818181. Windows color (decimal): -3448470 or 6971851. OLE color: 6971851.

HSL color Cylindrical-coordinate representation of color #CB616A: hue angle of 354.91º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB616A is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 97 106 -
CMYK 0 0.52 0.48 0.20
HSL 354.91º 0.5% 0.59% -
HSV(B) 354.91º 0.52% 0.8% -
XYZ 31.5 22.29 16.28 -
YUV 129.72 114.62 180.27 -
System Red Green Blue C M Y K H S L
Decimal 203 97 106 0 0.52 0.48 0.20 354.91 0.5 0.59
Hex CB 61 6A 0 34 30 14 163 32 3B
Octal 313 141 152 0 64 60 24 543 62 73
Binary 11001011 1100001 1101010 0 110100 110000 10100 101100011 110010 111011

Color Harmonies of #CB616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB616A

Black with #CB616A

Text Example


Text Example

White with #CB616A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB616A; }

 p { color: rgb(203,97,106); }

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

background-color css

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

 a { background-color: rgb(203,97,106); }

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

border-color css

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

 span { border-color: rgb(203,97,106); }

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