Html Css Color HEX #C9567D Cranberry

📋 copy color: '#C9567D'

red 201 ◦ green 86 ◦ blue 125

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

Shades of Cranberry #C9567D

Tints of Cranberry #C9567D

RGB

 RED value IS 201 (78.91% from 255) = 48.79%

 GREEN value IS 86 (33.98% from 255) = 20.87%

 BLUE value IS 125 (49.22% from 255) = 30.34%

R = 48.79%
G = 20.87%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9567D (or 0xC9567D) is known color: Cranberry. HEX triplet: C9, 56 and 7D. RGB value is (201,86,125). Sum of RGB (Red+Green+Blue) = 201+86+125=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9567D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9567D is #36A982. Grayscale: #7C7C7C. Windows color (decimal): -3582339 or 8214217. OLE color: 8214217.

HSL color Cylindrical-coordinate representation of color #C9567D: hue angle of 339.65º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C9567D is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 86 125 -
CMYK 0 0.57 0.38 0.21
HSL 339.65º 0.52% 0.56% -
HSV(B) 339.65º 0.57% 0.79% -
XYZ 31.12 20.55 21.73 -
YUV 124.83 128.1 182.33 -
System Red Green Blue C M Y K H S L
Decimal 201 86 125 0 0.57 0.38 0.21 339.65 0.52 0.56
Hex C9 56 7D 0 39 26 15 154 34 38
Octal 311 126 175 0 71 46 25 524 64 70
Binary 11001001 1010110 1111101 0 111001 100110 10101 101010100 110100 111000

Color Harmonies of #C9567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9567D

Black with #C9567D

Text Example


Text Example

White with #C9567D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9567D; }

 p { color: rgb(201,86,125); }

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

background-color css

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

 a { background-color: rgb(201,86,125); }

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

border-color css

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

 span { border-color: rgb(201,86,125); }

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