Html Css Color HEX #CF5384 Cranberry

📋 copy color: '#CF5384'

red 207 ◦ green 83 ◦ blue 132

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

Shades of Cranberry #CF5384

Tints of Cranberry #CF5384

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.67%

 BLUE value IS 132 (51.95% from 255) = 31.28%

R = 49.05%
G = 19.67%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CF5384 (or 0xCF5384) is known color: Cranberry. HEX triplet: CF, 53 and 84. RGB value is (207,83,132). Sum of RGB (Red+Green+Blue) = 207+83+132=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5384 is #30AC7B. Grayscale: #7D7D7D. Windows color (decimal): -3189884 or 8672207. OLE color: 8672207.

HSL color Cylindrical-coordinate representation of color #CF5384: hue angle of 336.29º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF5384 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 83 132 -
CMYK 0 0.60 0.36 0.19
HSL 336.29º 0.56% 0.57% -
HSV(B) 336.29º 0.6% 0.81% -
XYZ 32.99 21.12 24.17 -
YUV 125.66 131.58 186.02 -
System Red Green Blue C M Y K H S L
Decimal 207 83 132 0 0.60 0.36 0.19 336.29 0.56 0.57
Hex CF 53 84 0 3C 24 13 150 38 39
Octal 317 123 204 0 74 44 23 520 70 71
Binary 11001111 1010011 10000100 0 111100 100100 10011 101010000 111000 111001

Color Harmonies of #CF5384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5384

Black with #CF5384

Text Example


Text Example

White with #CF5384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5384; }

 p { color: rgb(207,83,132); }

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

background-color css

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

 a { background-color: rgb(207,83,132); }

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

border-color css

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

 span { border-color: rgb(207,83,132); }

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