Html Css Color HEX #CC554E Valencia

📋 copy color: '#CC554E'

red 204 ◦ green 85 ◦ blue 78

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

Shades of Valencia #CC554E

Tints of Valencia #CC554E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.16%

 BLUE value IS 78 (30.86% from 255) = 21.25%

R = 55.59%
G = 23.16%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC554E (or 0xCC554E) is known color: Valencia. HEX triplet: CC, 55 and 4E. RGB value is (204,85,78). Sum of RGB (Red+Green+Blue) = 204+85+78=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC554E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC554E is #33AAB1. Grayscale: #777777. Windows color (decimal): -3386034 or 5133772. OLE color: 5133772.

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

Color convert

RGB 204 85 78 -
CMYK 0 0.58 0.62 0.2
HSL 3.33º 0.55% 0.55% -
HSV(B) 3.33º 0.62% 0.8% -
XYZ 29.53 19.88 9.49 -
YUV 119.78 104.42 188.07 -
System Red Green Blue C M Y K H S L
Decimal 204 85 78 0 0.58 0.62 0.2 3.33 0.55 0.55
Hex CC 55 4E 0 3A 3E 14 3 37 37
Octal 314 125 116 0 72 76 24 3 67 67
Binary 11001100 1010101 1001110 0 111010 111110 10100 11 110111 110111

Color Harmonies of #CC554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC554E

Black with #CC554E

Text Example


Text Example

White with #CC554E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC554E; }

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

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

background-color css

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

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

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

border-color css

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

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

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