Html Css Color HEX #CD4C4B Valencia

📋 copy color: '#CD4C4B'

red 205 ◦ green 76 ◦ blue 75

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

Shades of Valencia #CD4C4B

Tints of Valencia #CD4C4B

RGB

 RED value IS 205 (80.47% from 255) = 57.58%

 GREEN value IS 76 (30.08% from 255) = 21.35%

 BLUE value IS 75 (29.69% from 255) = 21.07%

R = 57.58%
G = 21.35%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD4C4B (or 0xCD4C4B) is known color: Valencia. HEX triplet: CD, 4C and 4B. RGB value is (205,76,75). Sum of RGB (Red+Green+Blue) = 205+76+75=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4C4B is #32B3B4. Grayscale: #727272. Windows color (decimal): -3322805 or 4934861. OLE color: 4934861.

HSL color Cylindrical-coordinate representation of color #CD4C4B: hue angle of 0.46º degrees, saturation: 0.57, 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 #CD4C4B is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 76 75 -
CMYK 0 0.63 0.63 0.20
HSL 0.46º 0.57% 0.55% -
HSV(B) 0.46º 0.63% 0.8% -
XYZ 29.03 18.66 8.73 -
YUV 114.46 105.74 192.58 -
System Red Green Blue C M Y K H S L
Decimal 205 76 75 0 0.63 0.63 0.20 0.46 0.57 0.55
Hex CD 4C 4B 0 3F 3F 14 0 39 37
Octal 315 114 113 0 77 77 24 0 71 67
Binary 11001101 1001100 1001011 0 111111 111111 10100 0 111001 110111

Color Harmonies of #CD4C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4C4B

Black with #CD4C4B

Text Example


Text Example

White with #CD4C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4C4B; }

 p { color: rgb(205,76,75); }

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

background-color css

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

 a { background-color: rgb(205,76,75); }

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

border-color css

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

 span { border-color: rgb(205,76,75); }

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