Html Css Color HEX #CB6074 Cabaret

📋 copy color: '#CB6074'

red 203 ◦ green 96 ◦ blue 116

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

Shades of Cabaret #CB6074

Tints of Cabaret #CB6074

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.13%

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

R = 48.92%
G = 23.13%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB6074 (or 0xCB6074) is known color: Cabaret. HEX triplet: CB, 60 and 74. RGB value is (203,96,116). Sum of RGB (Red+Green+Blue) = 203+96+116=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6074 is #349F8B. Grayscale: #828282. Windows color (decimal): -3448716 or 7626955. OLE color: 7626955.

HSL color Cylindrical-coordinate representation of color #CB6074: hue angle of 348.79º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6074 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 96 116 -
CMYK 0 0.53 0.43 0.20
HSL 348.79º 0.51% 0.59% -
HSV(B) 348.79º 0.53% 0.8% -
XYZ 31.96 22.32 19.15 -
YUV 130.27 119.95 179.87 -
System Red Green Blue C M Y K H S L
Decimal 203 96 116 0 0.53 0.43 0.20 348.79 0.51 0.59
Hex CB 60 74 0 35 2B 14 15D 33 3B
Octal 313 140 164 0 65 53 24 535 63 73
Binary 11001011 1100000 1110100 0 110101 101011 10100 101011101 110011 111011

Color Harmonies of #CB6074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6074

Black with #CB6074

Text Example


Text Example

White with #CB6074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6074; }

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

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

background-color css

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

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

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

border-color css

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

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

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