Html Css Color HEX #CB6974 Cabaret

📋 copy color: '#CB6974'

red 203 ◦ green 105 ◦ blue 116

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

Shades of Cabaret #CB6974

Tints of Cabaret #CB6974

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.76%

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

R = 47.88%
G = 24.76%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB6974 (or 0xCB6974) is known color: Cabaret. HEX triplet: CB, 69 and 74. RGB value is (203,105,116). Sum of RGB (Red+Green+Blue) = 203+105+116=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6974 is #34968B. Grayscale: #878787. Windows color (decimal): -3446412 or 7629259. OLE color: 7629259.

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

Color convert

RGB 203 105 116 -
CMYK 0 0.48 0.43 0.20
HSL 353.27º 0.49% 0.6% -
HSV(B) 353.27º 0.48% 0.8% -
XYZ 32.83 24.06 19.44 -
YUV 135.56 116.97 176.11 -
System Red Green Blue C M Y K H S L
Decimal 203 105 116 0 0.48 0.43 0.20 353.27 0.49 0.6
Hex CB 69 74 0 30 2B 14 161 31 3C
Octal 313 151 164 0 60 53 24 541 61 74
Binary 11001011 1101001 1110100 0 110000 101011 10100 101100001 110001 111100

Color Harmonies of #CB6974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6974

Black with #CB6974

Text Example


Text Example

White with #CB6974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6974; }

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

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

background-color css

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

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

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

border-color css

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

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

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