Html Css Color HEX #CC514D Valencia

📋 copy color: '#CC514D'

red 204 ◦ green 81 ◦ blue 77

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

Shades of Valencia #CC514D

Tints of Valencia #CC514D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.38%

 BLUE value IS 77 (30.47% from 255) = 21.27%

R = 56.35%
G = 22.38%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC514D (or 0xCC514D) is known color: Valencia. HEX triplet: CC, 51 and 4D. RGB value is (204,81,77). Sum of RGB (Red+Green+Blue) = 204+81+77=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC514D is #33AEB2. Grayscale: #757575. Windows color (decimal): -3387059 or 5067212. OLE color: 5067212.

HSL color Cylindrical-coordinate representation of color #CC514D: hue angle of 1.89º 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 #CC514D is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 81 77 -
CMYK 0 0.60 0.62 0.2
HSL 1.89º 0.55% 0.55% -
HSV(B) 1.89º 0.62% 0.8% -
XYZ 29.18 19.26 9.2 -
YUV 117.32 105.25 189.83 -
System Red Green Blue C M Y K H S L
Decimal 204 81 77 0 0.60 0.62 0.2 1.89 0.55 0.55
Hex CC 51 4D 0 3C 3E 14 2 37 37
Octal 314 121 115 0 74 76 24 2 67 67
Binary 11001100 1010001 1001101 0 111100 111110 10100 10 110111 110111

Color Harmonies of #CC514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC514D

Black with #CC514D

Text Example


Text Example

White with #CC514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC514D; }

 p { color: rgb(204,81,77); }

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

background-color css

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

 a { background-color: rgb(204,81,77); }

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

border-color css

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

 span { border-color: rgb(204,81,77); }

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