Html Css Color HEX #CD4375 Cranberry

📋 copy color: '#CD4375'

red 205 ◦ green 67 ◦ blue 117

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

Shades of Cranberry #CD4375

Tints of Cranberry #CD4375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.22%

 BLUE value IS 117 (46.09% from 255) = 30.08%

R = 52.7%
G = 17.22%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CD4375 (or 0xCD4375) is known color: Cranberry. HEX triplet: CD, 43 and 75. RGB value is (205,67,117). Sum of RGB (Red+Green+Blue) = 205+67+117=389 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.70% from 389); Green value is 67 (26.56% from 255 or 17.22% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4375 is #32BC8A. Grayscale: #717171. Windows color (decimal): -3325067 or 7685069. OLE color: 7685069.

HSL color Cylindrical-coordinate representation of color #CD4375: hue angle of 338.26º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD4375 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 67 117 -
CMYK 0 0.67 0.43 0.20
HSL 338.26º 0.58% 0.53% -
HSV(B) 338.26º 0.67% 0.8% -
XYZ 30.39 18.28 18.76 -
YUV 113.96 129.72 192.93 -
System Red Green Blue C M Y K H S L
Decimal 205 67 117 0 0.67 0.43 0.20 338.26 0.58 0.53
Hex CD 43 75 0 43 2B 14 152 3A 35
Octal 315 103 165 0 103 53 24 522 72 65
Binary 11001101 1000011 1110101 0 1000011 101011 10100 101010010 111010 110101

Color Harmonies of #CD4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4375

Black with #CD4375

Text Example


Text Example

White with #CD4375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4375; }

 p { color: rgb(205,67,117); }

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

background-color css

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

 a { background-color: rgb(205,67,117); }

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

border-color css

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

 span { border-color: rgb(205,67,117); }

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