Html Css Color HEX #CC1367 Ruby

📋 copy color: '#CC1367'

red 204 ◦ green 19 ◦ blue 103

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

Shades of Ruby #CC1367

Tints of Ruby #CC1367

RGB

 RED value IS 204 (80.08% from 255) = 62.58%

 GREEN value IS 19 (7.81% from 255) = 5.83%

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

R = 62.58%
G = 5.83%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC1367 (or 0xCC1367) is known color: Ruby. HEX triplet: CC, 13 and 67. RGB value is (204,19,103). Sum of RGB (Red+Green+Blue) = 204+19+103=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1367 is #33EC98. Grayscale: #535353. Windows color (decimal): -3402905 or 6755276. OLE color: 6755276.

HSL color Cylindrical-coordinate representation of color #CC1367: hue angle of 332.76º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1367 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 19 103 -
CMYK 0 0.91 0.50 0.2
HSL 332.76º 0.83% 0.44% -
HSV(B) 332.76º 0.91% 0.8% -
XYZ 27.58 14.28 14.13 -
YUV 83.89 138.79 213.67 -
System Red Green Blue C M Y K H S L
Decimal 204 19 103 0 0.91 0.50 0.2 332.76 0.83 0.44
Hex CC 13 67 0 5B 32 14 14D 53 2C
Octal 314 23 147 0 133 62 24 515 123 54
Binary 11001100 10011 1100111 0 1011011 110010 10100 101001101 1010011 101100

Color Harmonies of #CC1367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1367

Black with #CC1367

Text Example


Text Example

White with #CC1367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1367; }

 p { color: rgb(204,19,103); }

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

background-color css

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

 a { background-color: rgb(204,19,103); }

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

border-color css

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

 span { border-color: rgb(204,19,103); }

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