Html Css Color HEX #C02267 Old Rose

📋 copy color: '#C02267'

red 192 ◦ green 34 ◦ blue 103

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

Shades of Old Rose #C02267

Tints of Old Rose #C02267

RGB

 RED value IS 192 (75.39% from 255) = 58.36%

 GREEN value IS 34 (13.67% from 255) = 10.33%

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

R = 58.36%
G = 10.33%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C02267 (or 0xC02267) is known color: Old Rose. HEX triplet: C0, 22 and 67. RGB value is (192,34,103). Sum of RGB (Red+Green+Blue) = 192+34+103=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C02267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02267 is #3FDD98. Grayscale: #585858. Windows color (decimal): -4185497 or 6759104. OLE color: 6759104.

HSL color Cylindrical-coordinate representation of color #C02267: hue angle of 333.8º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02267 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 34 103 -
CMYK 0 0.82 0.46 0.25
HSL 333.8º 0.7% 0.44% -
HSV(B) 333.8º 0.82% 0.75% -
XYZ 24.76 13.33 14.1 -
YUV 89.11 135.85 201.39 -
System Red Green Blue C M Y K H S L
Decimal 192 34 103 0 0.82 0.46 0.25 333.8 0.7 0.44
Hex C0 22 67 0 52 2E 19 14E 46 2C
Octal 300 42 147 0 122 56 31 516 106 54
Binary 11000000 100010 1100111 0 1010010 101110 11001 101001110 1000110 101100

Color Harmonies of #C02267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02267

Black with #C02267

Text Example


Text Example

White with #C02267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02267; }

 p { color: rgb(192,34,103); }

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

background-color css

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

 a { background-color: rgb(192,34,103); }

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

border-color css

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

 span { border-color: rgb(192,34,103); }

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