Html Css Color HEX #CB6274 Cabaret

📋 copy color: '#CB6274'

red 203 ◦ green 98 ◦ blue 116

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

Shades of Cabaret #CB6274

Tints of Cabaret #CB6274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.82%

R = 48.68%
G = 23.5%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB6274 (or 0xCB6274) is known color: Cabaret. HEX triplet: CB, 62 and 74. RGB value is (203,98,116). Sum of RGB (Red+Green+Blue) = 203+98+116=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6274 is #349D8B. Grayscale: #838383. Windows color (decimal): -3448204 or 7627467. OLE color: 7627467.

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

Color convert

RGB 203 98 116 -
CMYK 0 0.52 0.43 0.20
HSL 349.71º 0.5% 0.59% -
HSV(B) 349.71º 0.52% 0.8% -
XYZ 32.15 22.69 19.21 -
YUV 131.45 119.29 179.04 -
System Red Green Blue C M Y K H S L
Decimal 203 98 116 0 0.52 0.43 0.20 349.71 0.5 0.59
Hex CB 62 74 0 34 2B 14 15E 32 3B
Octal 313 142 164 0 64 53 24 536 62 73
Binary 11001011 1100010 1110100 0 110100 101011 10100 101011110 110010 111011

Color Harmonies of #CB6274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6274

Black with #CB6274

Text Example


Text Example

White with #CB6274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6274; }

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

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

background-color css

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

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

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

border-color css

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

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

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