Html Css Color HEX #CB626F Cabaret

📋 copy color: '#CB626F'

red 203 ◦ green 98 ◦ blue 111

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

Shades of Cabaret #CB626F

Tints of Cabaret #CB626F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.94%

R = 49.27%
G = 23.79%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB626F (or 0xCB626F) is known color: Cabaret. HEX triplet: CB, 62 and 6F. RGB value is (203,98,111). Sum of RGB (Red+Green+Blue) = 203+98+111=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB626F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB626F is #349D90. Grayscale: #828282. Windows color (decimal): -3448209 or 7299787. OLE color: 7299787.

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

Color convert

RGB 203 98 111 -
CMYK 0 0.52 0.45 0.20
HSL 352.57º 0.5% 0.59% -
HSV(B) 352.57º 0.52% 0.8% -
XYZ 31.87 22.58 17.72 -
YUV 130.88 116.79 179.44 -
System Red Green Blue C M Y K H S L
Decimal 203 98 111 0 0.52 0.45 0.20 352.57 0.5 0.59
Hex CB 62 6F 0 34 2D 14 161 32 3B
Octal 313 142 157 0 64 55 24 541 62 73
Binary 11001011 1100010 1101111 0 110100 101101 10100 101100001 110010 111011

Color Harmonies of #CB626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB626F

Black with #CB626F

Text Example


Text Example

White with #CB626F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB626F; }

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

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

background-color css

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

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

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

border-color css

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

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

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