Html Css Color HEX #C05F1A Chocolate

📋 copy color: '#C05F1A'

red 192 ◦ green 95 ◦ blue 26

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

Shades of Chocolate #C05F1A

Tints of Chocolate #C05F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.31%

R = 61.34%
G = 30.35%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C05F1A (or 0xC05F1A) is known color: Chocolate. HEX triplet: C0, 5F and 1A. RGB value is (192,95,26). Sum of RGB (Red+Green+Blue) = 192+95+26=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05F1A is #3FA0E5. Grayscale: #747474. Windows color (decimal): -4169958 or 1728448. OLE color: 1728448.

HSL color Cylindrical-coordinate representation of color #C05F1A: hue angle of 24.94º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C05F1A is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 95 26 -
CMYK 0 0.51 0.86 0.25
HSL 24.94º 0.76% 0.43% -
HSV(B) 24.94º 0.86% 0.75% -
XYZ 26.02 19.47 3.36 -
YUV 116.14 77.14 182.11 -
System Red Green Blue C M Y K H S L
Decimal 192 95 26 0 0.51 0.86 0.25 24.94 0.76 0.43
Hex C0 5F 1A 0 33 56 19 19 4C 2B
Octal 300 137 32 0 63 126 31 31 114 53
Binary 11000000 1011111 11010 0 110011 1010110 11001 11001 1001100 101011

Color Harmonies of #C05F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F1A

Black with #C05F1A

Text Example


Text Example

White with #C05F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F1A; }

 p { color: rgb(192,95,26); }

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

background-color css

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

 a { background-color: rgb(192,95,26); }

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

border-color css

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

 span { border-color: rgb(192,95,26); }

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