Html Css Color HEX #CB4374 Cabaret

📋 copy color: '#CB4374'

red 203 ◦ green 67 ◦ blue 116

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

Shades of Cabaret #CB4374

Tints of Cabaret #CB4374

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.36%

 BLUE value IS 116 (45.7% from 255) = 30.05%

R = 52.59%
G = 17.36%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB4374 (or 0xCB4374) is known color: Cabaret. HEX triplet: CB, 43 and 74. RGB value is (203,67,116). Sum of RGB (Red+Green+Blue) = 203+67+116=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4374 is #34BC8B. Grayscale: #717171. Windows color (decimal): -3456140 or 7619531. OLE color: 7619531.

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

Color convert

RGB 203 67 116 -
CMYK 0 0.67 0.43 0.20
HSL 338.38º 0.57% 0.53% -
HSV(B) 338.38º 0.67% 0.8% -
XYZ 29.79 17.97 18.42 -
YUV 113.25 129.56 192.02 -
System Red Green Blue C M Y K H S L
Decimal 203 67 116 0 0.67 0.43 0.20 338.38 0.57 0.53
Hex CB 43 74 0 43 2B 14 152 39 35
Octal 313 103 164 0 103 53 24 522 71 65
Binary 11001011 1000011 1110100 0 1000011 101011 10100 101010010 111001 110101

Color Harmonies of #CB4374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4374

Black with #CB4374

Text Example


Text Example

White with #CB4374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4374; }

 p { color: rgb(203,67,116); }

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

background-color css

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

 a { background-color: rgb(203,67,116); }

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

border-color css

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

 span { border-color: rgb(203,67,116); }

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