Html Css Color HEX #CF4C75 Cranberry

📋 copy color: '#CF4C75'

red 207 ◦ green 76 ◦ blue 117

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

Shades of Cranberry #CF4C75

Tints of Cranberry #CF4C75

RGB

 RED value IS 207 (81.25% from 255) = 51.75%

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

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

R = 51.75%
G = 19%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF4C75 (or 0xCF4C75) is known color: Cranberry. HEX triplet: CF, 4C and 75. RGB value is (207,76,117). Sum of RGB (Red+Green+Blue) = 207+76+117=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4C75 is #30B38A. Grayscale: #777777. Windows color (decimal): -3191691 or 7687375. OLE color: 7687375.

HSL color Cylindrical-coordinate representation of color #CF4C75: hue angle of 341.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4C75 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 76 117 -
CMYK 0 0.63 0.43 0.19
HSL 341.22º 0.58% 0.55% -
HSV(B) 341.22º 0.63% 0.81% -
XYZ 31.53 19.72 18.97 -
YUV 119.84 126.4 190.17 -
System Red Green Blue C M Y K H S L
Decimal 207 76 117 0 0.63 0.43 0.19 341.22 0.58 0.55
Hex CF 4C 75 0 3F 2B 13 155 3A 37
Octal 317 114 165 0 77 53 23 525 72 67
Binary 11001111 1001100 1110101 0 111111 101011 10011 101010101 111010 110111

Color Harmonies of #CF4C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4C75

Black with #CF4C75

Text Example


Text Example

White with #CF4C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4C75; }

 p { color: rgb(207,76,117); }

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

background-color css

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

 a { background-color: rgb(207,76,117); }

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

border-color css

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

 span { border-color: rgb(207,76,117); }

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