Html Css Color HEX #CF5C83 Cranberry

📋 copy color: '#CF5C83'

red 207 ◦ green 92 ◦ blue 131

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

Shades of Cranberry #CF5C83

Tints of Cranberry #CF5C83

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.4%

 BLUE value IS 131 (51.56% from 255) = 30.47%

R = 48.14%
G = 21.4%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CF5C83 (or 0xCF5C83) is known color: Cranberry. HEX triplet: CF, 5C and 83. RGB value is (207,92,131). Sum of RGB (Red+Green+Blue) = 207+92+131=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5C83 is #30A37C. Grayscale: #828282. Windows color (decimal): -3187581 or 8608975. OLE color: 8608975.

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

Color convert

RGB 207 92 131 -
CMYK 0 0.56 0.37 0.19
HSL 339.65º 0.55% 0.59% -
HSV(B) 339.65º 0.56% 0.81% -
XYZ 33.66 22.56 24.05 -
YUV 130.83 128.1 182.33 -
System Red Green Blue C M Y K H S L
Decimal 207 92 131 0 0.56 0.37 0.19 339.65 0.55 0.59
Hex CF 5C 83 0 38 25 13 154 37 3B
Octal 317 134 203 0 70 45 23 524 67 73
Binary 11001111 1011100 10000011 0 111000 100101 10011 101010100 110111 111011

Color Harmonies of #CF5C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5C83

Black with #CF5C83

Text Example


Text Example

White with #CF5C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5C83; }

 p { color: rgb(207,92,131); }

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

background-color css

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

 a { background-color: rgb(207,92,131); }

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

border-color css

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

 span { border-color: rgb(207,92,131); }

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