Html Css Color HEX #CD365C Cerise

📋 copy color: '#CD365C'

red 205 ◦ green 54 ◦ blue 92

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

Shades of Cerise #CD365C

Tints of Cerise #CD365C

RGB

 RED value IS 205 (80.47% from 255) = 58.4%

 GREEN value IS 54 (21.48% from 255) = 15.38%

 BLUE value IS 92 (36.33% from 255) = 26.21%

R = 58.4%
G = 15.38%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD365C (or 0xCD365C) is known color: Cerise. HEX triplet: CD, 36 and 5C. RGB value is (205,54,92). Sum of RGB (Red+Green+Blue) = 205+54+92=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD365C is #32C9A3. Grayscale: #676767. Windows color (decimal): -3328420 or 6043341. OLE color: 6043341.

HSL color Cylindrical-coordinate representation of color #CD365C: hue angle of 344.9º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD365C is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 54 92 -
CMYK 0 0.74 0.55 0.20
HSL 344.9º 0.6% 0.51% -
HSV(B) 344.9º 0.74% 0.8% -
XYZ 28.43 16.39 11.79 -
YUV 103.48 121.53 200.41 -
System Red Green Blue C M Y K H S L
Decimal 205 54 92 0 0.74 0.55 0.20 344.9 0.6 0.51
Hex CD 36 5C 0 4A 37 14 159 3C 33
Octal 315 66 134 0 112 67 24 531 74 63
Binary 11001101 110110 1011100 0 1001010 110111 10100 101011001 111100 110011

Color Harmonies of #CD365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD365C

Black with #CD365C

Text Example


Text Example

White with #CD365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD365C; }

 p { color: rgb(205,54,92); }

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

background-color css

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

 a { background-color: rgb(205,54,92); }

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

border-color css

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

 span { border-color: rgb(205,54,92); }

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