Html Css Color HEX #C25F27 Christine

📋 copy color: '#C25F27'

red 194 ◦ green 95 ◦ blue 39

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

Shades of Christine #C25F27

Tints of Christine #C25F27

RGB

 RED value IS 194 (76.17% from 255) = 59.15%

 GREEN value IS 95 (37.5% from 255) = 28.96%

 BLUE value IS 39 (15.63% from 255) = 11.89%

R = 59.15%
G = 28.96%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C25F27 (or 0xC25F27) is known color: Christine. HEX triplet: C2, 5F and 27. RGB value is (194,95,39). Sum of RGB (Red+Green+Blue) = 194+95+39=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25F27 is #3DA0D8. Grayscale: #767676. Windows color (decimal): -4038873 or 2580418. OLE color: 2580418.

HSL color Cylindrical-coordinate representation of color #C25F27: hue angle of 21.68º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C25F27 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 95 39 -
CMYK 0 0.51 0.80 0.24
HSL 21.68º 0.67% 0.46% -
HSV(B) 21.68º 0.8% 0.76% -
XYZ 26.71 19.8 4.33 -
YUV 118.22 83.3 182.05 -
System Red Green Blue C M Y K H S L
Decimal 194 95 39 0 0.51 0.80 0.24 21.68 0.67 0.46
Hex C2 5F 27 0 33 50 18 16 43 2E
Octal 302 137 47 0 63 120 30 26 103 56
Binary 11000010 1011111 100111 0 110011 1010000 11000 10110 1000011 101110

Color Harmonies of #C25F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F27

Black with #C25F27

Text Example


Text Example

White with #C25F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F27; }

 p { color: rgb(194,95,39); }

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

background-color css

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

 a { background-color: rgb(194,95,39); }

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

border-color css

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

 span { border-color: rgb(194,95,39); }

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