Html Css Color HEX #C95A67 Cabaret

📋 copy color: '#C95A67'

red 201 ◦ green 90 ◦ blue 103

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

Shades of Cabaret #C95A67

Tints of Cabaret #C95A67

RGB

 RED value IS 201 (78.91% from 255) = 51.02%

 GREEN value IS 90 (35.55% from 255) = 22.84%

 BLUE value IS 103 (40.63% from 255) = 26.14%

R = 51.02%
G = 22.84%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#C95A67 (or 0xC95A67) is known color: Cabaret. HEX triplet: C9, 5A and 67. RGB value is (201,90,103). Sum of RGB (Red+Green+Blue) = 201+90+103=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95A67 is #36A598. Grayscale: #7C7C7C. Windows color (decimal): -3581337 or 6773449. OLE color: 6773449.

HSL color Cylindrical-coordinate representation of color #C95A67: hue angle of 352.97º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95A67 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 90 103 -
CMYK 0 0.55 0.49 0.21
HSL 352.97º 0.51% 0.57% -
HSV(B) 352.97º 0.55% 0.79% -
XYZ 30.19 20.71 15.24 -
YUV 124.67 115.77 182.44 -
System Red Green Blue C M Y K H S L
Decimal 201 90 103 0 0.55 0.49 0.21 352.97 0.51 0.57
Hex C9 5A 67 0 37 31 15 161 33 39
Octal 311 132 147 0 67 61 25 541 63 71
Binary 11001001 1011010 1100111 0 110111 110001 10101 101100001 110011 111001

Color Harmonies of #C95A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95A67

Black with #C95A67

Text Example


Text Example

White with #C95A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95A67; }

 p { color: rgb(201,90,103); }

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

background-color css

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

 a { background-color: rgb(201,90,103); }

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

border-color css

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

 span { border-color: rgb(201,90,103); }

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