Html Css Color HEX #CB626A Cabaret

📋 copy color: '#CB626A'

red 203 ◦ green 98 ◦ blue 106

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

Shades of Cabaret #CB626A

Tints of Cabaret #CB626A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.04%

R = 49.88%
G = 24.08%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB626A (or 0xCB626A) is known color: Cabaret. HEX triplet: CB, 62 and 6A. RGB value is (203,98,106). Sum of RGB (Red+Green+Blue) = 203+98+106=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB626A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB626A is #349D95. Grayscale: #828282. Windows color (decimal): -3448214 or 6972107. OLE color: 6972107.

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

Color convert

RGB 203 98 106 -
CMYK 0 0.52 0.48 0.20
HSL 355.43º 0.5% 0.59% -
HSV(B) 355.43º 0.52% 0.8% -
XYZ 31.6 22.47 16.31 -
YUV 130.31 114.29 179.85 -
System Red Green Blue C M Y K H S L
Decimal 203 98 106 0 0.52 0.48 0.20 355.43 0.5 0.59
Hex CB 62 6A 0 34 30 14 163 32 3B
Octal 313 142 152 0 64 60 24 543 62 73
Binary 11001011 1100010 1101010 0 110100 110000 10100 101100011 110010 111011

Color Harmonies of #CB626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB626A

Black with #CB626A

Text Example


Text Example

White with #CB626A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB626A; }

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

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

background-color css

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

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

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

border-color css

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

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

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