Html Css Color HEX #CB627C Cabaret

📋 copy color: '#CB627C'

red 203 ◦ green 98 ◦ blue 124

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

Shades of Cabaret #CB627C

Tints of Cabaret #CB627C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.06%

 BLUE value IS 124 (48.83% from 255) = 29.18%

R = 47.76%
G = 23.06%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB627C (or 0xCB627C) is known color: Cabaret. HEX triplet: CB, 62 and 7C. RGB value is (203,98,124). Sum of RGB (Red+Green+Blue) = 203+98+124=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB627C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB627C is #349D83. Grayscale: #848484. Windows color (decimal): -3448196 or 8151755. OLE color: 8151755.

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

Color convert

RGB 203 98 124 -
CMYK 0 0.52 0.39 0.20
HSL 345.14º 0.5% 0.59% -
HSV(B) 345.14º 0.52% 0.8% -
XYZ 32.63 22.89 21.77 -
YUV 132.36 123.29 178.39 -
System Red Green Blue C M Y K H S L
Decimal 203 98 124 0 0.52 0.39 0.20 345.14 0.5 0.59
Hex CB 62 7C 0 34 27 14 159 32 3B
Octal 313 142 174 0 64 47 24 531 62 73
Binary 11001011 1100010 1111100 0 110100 100111 10100 101011001 110010 111011

Color Harmonies of #CB627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB627C

Black with #CB627C

Text Example


Text Example

White with #CB627C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB627C; }

 p { color: rgb(203,98,124); }

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

background-color css

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

 a { background-color: rgb(203,98,124); }

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

border-color css

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

 span { border-color: rgb(203,98,124); }

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