Html Css Color HEX #CC4E4C Valencia

📋 copy color: '#CC4E4C'

red 204 ◦ green 78 ◦ blue 76

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

Shades of Valencia #CC4E4C

Tints of Valencia #CC4E4C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.79%

 BLUE value IS 76 (30.08% from 255) = 21.23%

R = 56.98%
G = 21.79%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC4E4C (or 0xCC4E4C) is known color: Valencia. HEX triplet: CC, 4E and 4C. RGB value is (204,78,76). Sum of RGB (Red+Green+Blue) = 204+78+76=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4E4C is #33B1B3. Grayscale: #737373. Windows color (decimal): -3387828 or 5000908. OLE color: 5000908.

HSL color Cylindrical-coordinate representation of color #CC4E4C: hue angle of 0.94º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4E4C is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 78 76 -
CMYK 0 0.62 0.63 0.2
HSL 0.94º 0.56% 0.55% -
HSV(B) 0.94º 0.63% 0.8% -
XYZ 28.93 18.81 8.94 -
YUV 115.45 105.74 191.16 -
System Red Green Blue C M Y K H S L
Decimal 204 78 76 0 0.62 0.63 0.2 0.94 0.56 0.55
Hex CC 4E 4C 0 3E 3F 14 1 38 37
Octal 314 116 114 0 76 77 24 1 70 67
Binary 11001100 1001110 1001100 0 111110 111111 10100 1 111000 110111

Color Harmonies of #CC4E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4E4C

Black with #CC4E4C

Text Example


Text Example

White with #CC4E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4E4C; }

 p { color: rgb(204,78,76); }

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

background-color css

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

 a { background-color: rgb(204,78,76); }

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

border-color css

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

 span { border-color: rgb(204,78,76); }

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