Html Css Color HEX #CC3F4F Old Rose

📋 copy color: '#CC3F4F'

red 204 ◦ green 63 ◦ blue 79

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

Shades of Old Rose #CC3F4F

Tints of Old Rose #CC3F4F

RGB

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

 GREEN value IS 63 (25% from 255) = 18.21%

 BLUE value IS 79 (31.25% from 255) = 22.83%

R = 58.96%
G = 18.21%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC3F4F (or 0xCC3F4F) is known color: Old Rose. HEX triplet: CC, 3F and 4F. RGB value is (204,63,79). Sum of RGB (Red+Green+Blue) = 204+63+79=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3F4F is #33C0B0. Grayscale: #6B6B6B. Windows color (decimal): -3391665 or 5193676. OLE color: 5193676.

HSL color Cylindrical-coordinate representation of color #CC3F4F: hue angle of 353.19º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC3F4F is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 63 79 -
CMYK 0 0.69 0.61 0.2
HSL 353.19º 0.58% 0.52% -
HSV(B) 353.19º 0.69% 0.8% -
XYZ 28.09 16.96 9.19 -
YUV 106.98 112.21 197.2 -
System Red Green Blue C M Y K H S L
Decimal 204 63 79 0 0.69 0.61 0.2 353.19 0.58 0.52
Hex CC 3F 4F 0 45 3D 14 161 3A 34
Octal 314 77 117 0 105 75 24 541 72 64
Binary 11001100 111111 1001111 0 1000101 111101 10100 101100001 111010 110100

Color Harmonies of #CC3F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3F4F

Black with #CC3F4F

Text Example


Text Example

White with #CC3F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3F4F; }

 p { color: rgb(204,63,79); }

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

background-color css

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

 a { background-color: rgb(204,63,79); }

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

border-color css

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

 span { border-color: rgb(204,63,79); }

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