Html Css Color HEX #953C67 Cadillac

📋 copy color: '#953C67'

red 149 ◦ green 60 ◦ blue 103

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

Shades of Cadillac #953C67

Tints of Cadillac #953C67

RGB

 RED value IS 149 (58.59% from 255) = 47.76%

 GREEN value IS 60 (23.83% from 255) = 19.23%

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

R = 47.76%
G = 19.23%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#953C67 (or 0x953C67) is known color: Cadillac. HEX triplet: 95, 3C and 67. RGB value is (149,60,103). Sum of RGB (Red+Green+Blue) = 149+60+103=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #953C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953C67 is #6AC398. Grayscale: #5B5B5B. Windows color (decimal): -6996889 or 6765717. OLE color: 6765717.

HSL color Cylindrical-coordinate representation of color #953C67: hue angle of 331.01º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #953C67 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 60 103 -
CMYK 0 0.60 0.31 0.42
HSL 331.01º 0.43% 0.41% -
HSV(B) 331.01º 0.6% 0.58% -
XYZ 16.46 10.6 14.01 -
YUV 91.51 134.49 169 -
System Red Green Blue C M Y K H S L
Decimal 149 60 103 0 0.60 0.31 0.42 331.01 0.43 0.41
Hex 95 3C 67 0 3C 1F 2A 14B 2B 29
Octal 225 74 147 0 74 37 52 513 53 51
Binary 10010101 111100 1100111 0 111100 11111 101010 101001011 101011 101001

Color Harmonies of #953C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C67

Black with #953C67

Text Example


Text Example

White with #953C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953C67; }

 p { color: rgb(149,60,103); }

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

background-color css

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

 a { background-color: rgb(149,60,103); }

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

border-color css

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

 span { border-color: rgb(149,60,103); }

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