Html Css Color HEX #CB4675 Cabaret

📋 copy color: '#CB4675'

red 203 ◦ green 70 ◦ blue 117

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

Shades of Cabaret #CB4675

Tints of Cabaret #CB4675

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.95%

 BLUE value IS 117 (46.09% from 255) = 30%

R = 52.05%
G = 17.95%
B = 30%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB4675 (or 0xCB4675) is known color: Cabaret. HEX triplet: CB, 46 and 75. RGB value is (203,70,117). Sum of RGB (Red+Green+Blue) = 203+70+117=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4675 is #34B98A. Grayscale: #737373. Windows color (decimal): -3455371 or 7685835. OLE color: 7685835.

HSL color Cylindrical-coordinate representation of color #CB4675: hue angle of 338.8º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4675 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 70 117 -
CMYK 0 0.66 0.42 0.20
HSL 338.8º 0.56% 0.54% -
HSV(B) 338.8º 0.66% 0.8% -
XYZ 30.03 18.36 18.79 -
YUV 115.13 129.06 190.68 -
System Red Green Blue C M Y K H S L
Decimal 203 70 117 0 0.66 0.42 0.20 338.8 0.56 0.54
Hex CB 46 75 0 42 2A 14 153 38 36
Octal 313 106 165 0 102 52 24 523 70 66
Binary 11001011 1000110 1110101 0 1000010 101010 10100 101010011 111000 110110

Color Harmonies of #CB4675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4675

Black with #CB4675

Text Example


Text Example

White with #CB4675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4675; }

 p { color: rgb(203,70,117); }

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

background-color css

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

 a { background-color: rgb(203,70,117); }

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

border-color css

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

 span { border-color: rgb(203,70,117); }

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