Html Css Color HEX #994267 Cadillac

📋 copy color: '#994267'

red 153 ◦ green 66 ◦ blue 103

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

Shades of Cadillac #994267

Tints of Cadillac #994267

RGB

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

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

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

R = 47.52%
G = 20.5%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#994267 (or 0x994267) is known color: Cadillac. HEX triplet: 99, 42 and 67. RGB value is (153,66,103). Sum of RGB (Red+Green+Blue) = 153+66+103=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #994267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994267 is #66BD98. Grayscale: #606060. Windows color (decimal): -6733209 or 6767257. OLE color: 6767257.

HSL color Cylindrical-coordinate representation of color #994267: hue angle of 334.48º 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 #994267 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 66 103 -
CMYK 0 0.57 0.33 0.4
HSL 334.48º 0.4% 0.43% -
HSV(B) 334.48º 0.57% 0.6% -
XYZ 17.53 11.65 14.16 -
YUV 96.23 131.82 168.49 -
System Red Green Blue C M Y K H S L
Decimal 153 66 103 0 0.57 0.33 0.4 334.48 0.4 0.43
Hex 99 42 67 0 39 21 28 14E 28 2B
Octal 231 102 147 0 71 41 50 516 50 53
Binary 10011001 1000010 1100111 0 111001 100001 101000 101001110 101000 101011

Color Harmonies of #994267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994267

Black with #994267

Text Example


Text Example

White with #994267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994267; }

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

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

background-color css

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

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

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

border-color css

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

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

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