Html Css Color HEX #CB4268 Cabaret

📋 copy color: '#CB4268'

red 203 ◦ green 66 ◦ blue 104

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

Shades of Cabaret #CB4268

Tints of Cabaret #CB4268

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.69%

 BLUE value IS 104 (41.02% from 255) = 27.88%

R = 54.42%
G = 17.69%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB4268 (or 0xCB4268) is known color: Cabaret. HEX triplet: CB, 42 and 68. RGB value is (203,66,104). Sum of RGB (Red+Green+Blue) = 203+66+104=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4268 is #34BD97. Grayscale: #6F6F6F. Windows color (decimal): -3456408 or 6832843. OLE color: 6832843.

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

Color convert

RGB 203 66 104 -
CMYK 0 0.67 0.49 0.20
HSL 343.36º 0.57% 0.53% -
HSV(B) 343.36º 0.67% 0.8% -
XYZ 29.08 17.59 14.96 -
YUV 111.3 123.89 193.41 -
System Red Green Blue C M Y K H S L
Decimal 203 66 104 0 0.67 0.49 0.20 343.36 0.57 0.53
Hex CB 42 68 0 43 31 14 157 39 35
Octal 313 102 150 0 103 61 24 527 71 65
Binary 11001011 1000010 1101000 0 1000011 110001 10100 101010111 111001 110101

Color Harmonies of #CB4268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4268

Black with #CB4268

Text Example


Text Example

White with #CB4268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4268; }

 p { color: rgb(203,66,104); }

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

background-color css

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

 a { background-color: rgb(203,66,104); }

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

border-color css

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

 span { border-color: rgb(203,66,104); }

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