Html Css Color HEX #C2690F Chocolate

📋 copy color: '#C2690F'

red 194 ◦ green 105 ◦ blue 15

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

Shades of Chocolate #C2690F

Tints of Chocolate #C2690F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.44%

 BLUE value IS 15 (6.25% from 255) = 4.78%

R = 61.78%
G = 33.44%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2690F (or 0xC2690F) is known color: Chocolate. HEX triplet: C2, 69 and 0F. RGB value is (194,105,15). Sum of RGB (Red+Green+Blue) = 194+105+15=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C2690F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2690F is #3D96F0. Grayscale: #797979. Windows color (decimal): -4036337 or 1010114. OLE color: 1010114.

HSL color Cylindrical-coordinate representation of color #C2690F: hue angle of 30.17º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2690F is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 105 15 -
CMYK 0 0.46 0.92 0.24
HSL 30.17º 0.86% 0.41% -
HSV(B) 30.17º 0.92% 0.76% -
XYZ 27.39 21.61 3.18 -
YUV 121.35 67.99 179.82 -
System Red Green Blue C M Y K H S L
Decimal 194 105 15 0 0.46 0.92 0.24 30.17 0.86 0.41
Hex C2 69 F 0 2E 5C 18 1E 56 29
Octal 302 151 17 0 56 134 30 36 126 51
Binary 11000010 1101001 1111 0 101110 1011100 11000 11110 1010110 101001

Color Harmonies of #C2690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2690F

Black with #C2690F

Text Example


Text Example

White with #C2690F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2690F; }

 p { color: rgb(194,105,15); }

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

background-color css

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

 a { background-color: rgb(194,105,15); }

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

border-color css

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

 span { border-color: rgb(194,105,15); }

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