Html Css Color HEX #954058 Cadillac

📋 copy color: '#954058'

red 149 ◦ green 64 ◦ blue 88

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

Shades of Cadillac #954058

Tints of Cadillac #954058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.26%

 BLUE value IS 88 (34.77% from 255) = 29.24%

R = 49.5%
G = 21.26%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#954058 (or 0x954058) is known color: Cadillac. HEX triplet: 95, 40 and 58. RGB value is (149,64,88). Sum of RGB (Red+Green+Blue) = 149+64+88=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #954058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954058 is #6ABFA7. Grayscale: #5C5C5C. Windows color (decimal): -6995880 or 5783701. OLE color: 5783701.

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

Color convert

RGB 149 64 88 -
CMYK 0 0.57 0.41 0.42
HSL 343.06º 0.4% 0.42% -
HSV(B) 343.06º 0.57% 0.58% -
XYZ 15.99 10.76 10.47 -
YUV 92.15 125.66 168.55 -
System Red Green Blue C M Y K H S L
Decimal 149 64 88 0 0.57 0.41 0.42 343.06 0.4 0.42
Hex 95 40 58 0 39 29 2A 157 28 2A
Octal 225 100 130 0 71 51 52 527 50 52
Binary 10010101 1000000 1011000 0 111001 101001 101010 101010111 101000 101010

Color Harmonies of #954058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954058

Black with #954058

Text Example


Text Example

White with #954058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954058; }

 p { color: rgb(149,64,88); }

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

background-color css

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

 a { background-color: rgb(149,64,88); }

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

border-color css

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

 span { border-color: rgb(149,64,88); }

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