Html Css Color HEX #CC0367 Ruby

📋 copy color: '#CC0367'

red 204 ◦ green 3 ◦ blue 103

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

Shades of Ruby #CC0367

Tints of Ruby #CC0367

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

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

R = 65.81%
G = 0.97%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC0367 (or 0xCC0367) is known color: Ruby. HEX triplet: CC, 03 and 67. RGB value is (204,3,103). Sum of RGB (Red+Green+Blue) = 204+3+103=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0367 is #33FC98. Grayscale: #4A4A4A. Windows color (decimal): -3407001 or 6751180. OLE color: 6751180.

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

Color convert

RGB 204 3 103 -
CMYK 0 0.99 0.50 0.2
HSL 330.15º 0.97% 0.41% -
HSV(B) 330.15º 0.99% 0.8% -
XYZ 27.38 13.88 14.07 -
YUV 74.5 144.09 220.37 -
System Red Green Blue C M Y K H S L
Decimal 204 3 103 0 0.99 0.50 0.2 330.15 0.97 0.41
Hex CC 3 67 0 63 32 14 14A 61 29
Octal 314 3 147 0 143 62 24 512 141 51
Binary 11001100 11 1100111 0 1100011 110010 10100 101001010 1100001 101001

Color Harmonies of #CC0367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0367

Black with #CC0367

Text Example


Text Example

White with #CC0367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0367; }

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

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

background-color css

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

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

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

border-color css

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

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

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