Html Css Color HEX #CB6277 Cabaret

📋 copy color: '#CB6277'

red 203 ◦ green 98 ◦ blue 119

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

Shades of Cabaret #CB6277

Tints of Cabaret #CB6277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.33%

R = 48.33%
G = 23.33%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB6277 (or 0xCB6277) is known color: Cabaret. HEX triplet: CB, 62 and 77. RGB value is (203,98,119). Sum of RGB (Red+Green+Blue) = 203+98+119=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6277 is #349D88. Grayscale: #838383. Windows color (decimal): -3448201 or 7824075. OLE color: 7824075.

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

Color convert

RGB 203 98 119 -
CMYK 0 0.52 0.41 0.20
HSL 348º 0.5% 0.59% -
HSV(B) 348º 0.52% 0.8% -
XYZ 32.33 22.76 20.14 -
YUV 131.79 120.79 178.79 -
System Red Green Blue C M Y K H S L
Decimal 203 98 119 0 0.52 0.41 0.20 348 0.5 0.59
Hex CB 62 77 0 34 29 14 15C 32 3B
Octal 313 142 167 0 64 51 24 534 62 73
Binary 11001011 1100010 1110111 0 110100 101001 10100 101011100 110010 111011

Color Harmonies of #CB6277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6277

Black with #CB6277

Text Example


Text Example

White with #CB6277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6277; }

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

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

background-color css

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

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

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

border-color css

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

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

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