Html Css Color HEX #CB4070 Cabaret

📋 copy color: '#CB4070'

red 203 ◦ green 64 ◦ blue 112

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

Shades of Cabaret #CB4070

Tints of Cabaret #CB4070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.89%

 BLUE value IS 112 (44.14% from 255) = 29.55%

R = 53.56%
G = 16.89%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB4070 (or 0xCB4070) is known color: Cabaret. HEX triplet: CB, 40 and 70. RGB value is (203,64,112). Sum of RGB (Red+Green+Blue) = 203+64+112=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4070 is #34BF8F. Grayscale: #6E6E6E. Windows color (decimal): -3456912 or 7356619. OLE color: 7356619.

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

Color convert

RGB 203 64 112 -
CMYK 0 0.68 0.45 0.20
HSL 339.28º 0.57% 0.52% -
HSV(B) 339.28º 0.68% 0.8% -
XYZ 29.39 17.53 17.16 -
YUV 111.03 128.55 193.6 -
System Red Green Blue C M Y K H S L
Decimal 203 64 112 0 0.68 0.45 0.20 339.28 0.57 0.52
Hex CB 40 70 0 44 2D 14 153 39 34
Octal 313 100 160 0 104 55 24 523 71 64
Binary 11001011 1000000 1110000 0 1000100 101101 10100 101010011 111001 110100

Color Harmonies of #CB4070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4070

Black with #CB4070

Text Example


Text Example

White with #CB4070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4070; }

 p { color: rgb(203,64,112); }

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

background-color css

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

 a { background-color: rgb(203,64,112); }

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

border-color css

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

 span { border-color: rgb(203,64,112); }

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