Html Css Color HEX #994567 Cadillac

📋 copy color: '#994567'

red 153 ◦ green 69 ◦ blue 103

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

Shades of Cadillac #994567

Tints of Cadillac #994567

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.23%

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

R = 47.08%
G = 21.23%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#994567 (or 0x994567) is known color: Cadillac. HEX triplet: 99, 45 and 67. RGB value is (153,69,103). Sum of RGB (Red+Green+Blue) = 153+69+103=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #994567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994567 is #66BA98. Grayscale: #616161. Windows color (decimal): -6732441 or 6768025. OLE color: 6768025.

HSL color Cylindrical-coordinate representation of color #994567: hue angle of 335.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #994567 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 69 103 -
CMYK 0 0.55 0.33 0.4
HSL 335.71º 0.38% 0.44% -
HSV(B) 335.71º 0.55% 0.6% -
XYZ 17.71 12.01 14.22 -
YUV 97.99 130.83 167.24 -
System Red Green Blue C M Y K H S L
Decimal 153 69 103 0 0.55 0.33 0.4 335.71 0.38 0.44
Hex 99 45 67 0 37 21 28 150 26 2C
Octal 231 105 147 0 67 41 50 520 46 54
Binary 10011001 1000101 1100111 0 110111 100001 101000 101010000 100110 101100

Color Harmonies of #994567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994567

Black with #994567

Text Example


Text Example

White with #994567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994567; }

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

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

background-color css

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

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

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

border-color css

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

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

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