Html Css Color HEX #CB616D Cabaret

📋 copy color: '#CB616D'

red 203 ◦ green 97 ◦ blue 109

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

Shades of Cabaret #CB616D

Tints of Cabaret #CB616D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.65%

R = 49.63%
G = 23.72%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB616D (or 0xCB616D) is known color: Cabaret. HEX triplet: CB, 61 and 6D. RGB value is (203,97,109). Sum of RGB (Red+Green+Blue) = 203+97+109=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB616D is #349E92. Grayscale: #828282. Windows color (decimal): -3448467 or 7168459. OLE color: 7168459.

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

Color convert

RGB 203 97 109 -
CMYK 0 0.52 0.46 0.20
HSL 353.21º 0.5% 0.59% -
HSV(B) 353.21º 0.52% 0.8% -
XYZ 31.66 22.35 17.11 -
YUV 130.06 116.12 180.02 -
System Red Green Blue C M Y K H S L
Decimal 203 97 109 0 0.52 0.46 0.20 353.21 0.5 0.59
Hex CB 61 6D 0 34 2E 14 161 32 3B
Octal 313 141 155 0 64 56 24 541 62 73
Binary 11001011 1100001 1101101 0 110100 101110 10100 101100001 110010 111011

Color Harmonies of #CB616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB616D

Black with #CB616D

Text Example


Text Example

White with #CB616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB616D; }

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

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

background-color css

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

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

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

border-color css

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

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

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