Html Css Color HEX #CF5381 Cranberry

📋 copy color: '#CF5381'

red 207 ◦ green 83 ◦ blue 129

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

Shades of Cranberry #CF5381

Tints of Cranberry #CF5381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.79%

R = 49.4%
G = 19.81%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CF5381 (or 0xCF5381) is known color: Cranberry. HEX triplet: CF, 53 and 81. RGB value is (207,83,129). Sum of RGB (Red+Green+Blue) = 207+83+129=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5381 is #30AC7E. Grayscale: #7D7D7D. Windows color (decimal): -3189887 or 8475599. OLE color: 8475599.

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

Color convert

RGB 207 83 129 -
CMYK 0 0.60 0.38 0.19
HSL 337.74º 0.56% 0.57% -
HSV(B) 337.74º 0.6% 0.81% -
XYZ 32.79 21.04 23.1 -
YUV 125.32 130.08 186.26 -
System Red Green Blue C M Y K H S L
Decimal 207 83 129 0 0.60 0.38 0.19 337.74 0.56 0.57
Hex CF 53 81 0 3C 26 13 152 38 39
Octal 317 123 201 0 74 46 23 522 70 71
Binary 11001111 1010011 10000001 0 111100 100110 10011 101010010 111000 111001

Color Harmonies of #CF5381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5381

Black with #CF5381

Text Example


Text Example

White with #CF5381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5381; }

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

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

background-color css

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

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

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

border-color css

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

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

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