Html Css Color HEX #CC504A Valencia

📋 copy color: '#CC504A'

red 204 ◦ green 80 ◦ blue 74

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

Shades of Valencia #CC504A

Tints of Valencia #CC504A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.35%

 BLUE value IS 74 (29.3% from 255) = 20.67%

R = 56.98%
G = 22.35%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC504A (or 0xCC504A) is known color: Valencia. HEX triplet: CC, 50 and 4A. RGB value is (204,80,74). Sum of RGB (Red+Green+Blue) = 204+80+74=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC504A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC504A is #33AFB5. Grayscale: #747474. Windows color (decimal): -3387318 or 4870348. OLE color: 4870348.

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

Color convert

RGB 204 80 74 -
CMYK 0 0.61 0.64 0.2
HSL 2.77º 0.56% 0.55% -
HSV(B) 2.77º 0.64% 0.8% -
XYZ 29.01 19.07 8.63 -
YUV 116.39 104.08 190.49 -
System Red Green Blue C M Y K H S L
Decimal 204 80 74 0 0.61 0.64 0.2 2.77 0.56 0.55
Hex CC 50 4A 0 3D 40 14 3 38 37
Octal 314 120 112 0 75 100 24 3 70 67
Binary 11001100 1010000 1001010 0 111101 1000000 10100 11 111000 110111

Color Harmonies of #CC504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC504A

Black with #CC504A

Text Example


Text Example

White with #CC504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC504A; }

 p { color: rgb(204,80,74); }

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

background-color css

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

 a { background-color: rgb(204,80,74); }

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

border-color css

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

 span { border-color: rgb(204,80,74); }

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