Html Css Color HEX #994270 Cadillac

📋 copy color: '#994270'

red 153 ◦ green 66 ◦ blue 112

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

Shades of Cadillac #994270

Tints of Cadillac #994270

RGB

 RED value IS 153 (60.16% from 255) = 46.22%

 GREEN value IS 66 (26.17% from 255) = 19.94%

 BLUE value IS 112 (44.14% from 255) = 33.84%

R = 46.22%
G = 19.94%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#994270 (or 0x994270) is known color: Cadillac. HEX triplet: 99, 42 and 70. RGB value is (153,66,112). Sum of RGB (Red+Green+Blue) = 153+66+112=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #994270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994270 is #66BD8F. Grayscale: #616161. Windows color (decimal): -6733200 or 7357081. OLE color: 7357081.

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

Color convert

RGB 153 66 112 -
CMYK 0 0.57 0.27 0.4
HSL 328.28º 0.4% 0.43% -
HSV(B) 328.28º 0.57% 0.6% -
XYZ 18.01 11.84 16.67 -
YUV 97.26 136.32 167.76 -
System Red Green Blue C M Y K H S L
Decimal 153 66 112 0 0.57 0.27 0.4 328.28 0.4 0.43
Hex 99 42 70 0 39 1B 28 148 28 2B
Octal 231 102 160 0 71 33 50 510 50 53
Binary 10011001 1000010 1110000 0 111001 11011 101000 101001000 101000 101011

Color Harmonies of #994270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994270

Black with #994270

Text Example


Text Example

White with #994270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994270; }

 p { color: rgb(153,66,112); }

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

background-color css

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

 a { background-color: rgb(153,66,112); }

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

border-color css

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

 span { border-color: rgb(153,66,112); }

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