Html Css Color HEX #9C415B Cadillac

📋 copy color: '#9C415B'

red 156 ◦ green 65 ◦ blue 91

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

Shades of Cadillac #9C415B

Tints of Cadillac #9C415B

RGB

 RED value IS 156 (61.33% from 255) = 50%

 GREEN value IS 65 (25.78% from 255) = 20.83%

 BLUE value IS 91 (35.94% from 255) = 29.17%

R = 50%
G = 20.83%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9C415B (or 0x9C415B) is known color: Cadillac. HEX triplet: 9C, 41 and 5B. RGB value is (156,65,91). Sum of RGB (Red+Green+Blue) = 156+65+91=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C415B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C415B is #63BEA4. Grayscale: #5F5F5F. Windows color (decimal): -6536869 or 5980572. OLE color: 5980572.

HSL color Cylindrical-coordinate representation of color #9C415B: hue angle of 342.86º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C415B is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 65 91 -
CMYK 0 0.58 0.42 0.39
HSL 342.86º 0.41% 0.43% -
HSV(B) 342.86º 0.58% 0.61% -
XYZ 17.49 11.6 11.22 -
YUV 95.17 125.65 171.39 -
System Red Green Blue C M Y K H S L
Decimal 156 65 91 0 0.58 0.42 0.39 342.86 0.41 0.43
Hex 9C 41 5B 0 3A 2A 27 157 29 2B
Octal 234 101 133 0 72 52 47 527 51 53
Binary 10011100 1000001 1011011 0 111010 101010 100111 101010111 101001 101011

Color Harmonies of #9C415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C415B

Black with #9C415B

Text Example


Text Example

White with #9C415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C415B; }

 p { color: rgb(156,65,91); }

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

background-color css

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

 a { background-color: rgb(156,65,91); }

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

border-color css

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

 span { border-color: rgb(156,65,91); }

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