Html Css Color HEX #CF4C7B Cranberry

📋 copy color: '#CF4C7B'

red 207 ◦ green 76 ◦ blue 123

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

Shades of Cranberry #CF4C7B

Tints of Cranberry #CF4C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.3%

R = 50.99%
G = 18.72%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF4C7B (or 0xCF4C7B) is known color: Cranberry. HEX triplet: CF, 4C and 7B. RGB value is (207,76,123). Sum of RGB (Red+Green+Blue) = 207+76+123=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4C7B is #30B384. Grayscale: #787878. Windows color (decimal): -3191685 or 8080591. OLE color: 8080591.

HSL color Cylindrical-coordinate representation of color #CF4C7B: hue angle of 338.47º 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 #CF4C7B is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 76 123 -
CMYK 0 0.63 0.41 0.19
HSL 338.47º 0.58% 0.55% -
HSV(B) 338.47º 0.63% 0.81% -
XYZ 31.89 19.86 20.89 -
YUV 120.53 129.4 189.68 -
System Red Green Blue C M Y K H S L
Decimal 207 76 123 0 0.63 0.41 0.19 338.47 0.58 0.55
Hex CF 4C 7B 0 3F 29 13 152 3A 37
Octal 317 114 173 0 77 51 23 522 72 67
Binary 11001111 1001100 1111011 0 111111 101001 10011 101010010 111010 110111

Color Harmonies of #CF4C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4C7B

Black with #CF4C7B

Text Example


Text Example

White with #CF4C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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