Html Css Color HEX #CA2F67 Cerise

📋 copy color: '#CA2F67'

red 202 ◦ green 47 ◦ blue 103

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

Shades of Cerise #CA2F67

Tints of Cerise #CA2F67

RGB

 RED value IS 202 (79.3% from 255) = 57.39%

 GREEN value IS 47 (18.75% from 255) = 13.35%

 BLUE value IS 103 (40.63% from 255) = 29.26%

R = 57.39%
G = 13.35%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA2F67 (or 0xCA2F67) is known color: Cerise. HEX triplet: CA, 2F and 67. RGB value is (202,47,103). Sum of RGB (Red+Green+Blue) = 202+47+103=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2F67 is #35D098. Grayscale: #636363. Windows color (decimal): -3526809 or 6762442. OLE color: 6762442.

HSL color Cylindrical-coordinate representation of color #CA2F67: hue angle of 338.32º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2F67 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 47 103 -
CMYK 0 0.77 0.49 0.21
HSL 338.32º 0.62% 0.49% -
HSV(B) 338.32º 0.77% 0.79% -
XYZ 27.82 15.57 14.37 -
YUV 99.73 129.85 200.95 -
System Red Green Blue C M Y K H S L
Decimal 202 47 103 0 0.77 0.49 0.21 338.32 0.62 0.49
Hex CA 2F 67 0 4D 31 15 152 3E 31
Octal 312 57 147 0 115 61 25 522 76 61
Binary 11001010 101111 1100111 0 1001101 110001 10101 101010010 111110 110001

Color Harmonies of #CA2F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2F67

Black with #CA2F67

Text Example


Text Example

White with #CA2F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2F67; }

 p { color: rgb(202,47,103); }

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

background-color css

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

 a { background-color: rgb(202,47,103); }

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

border-color css

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

 span { border-color: rgb(202,47,103); }

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