Html Css Color HEX #CA681C Chocolate

📋 copy color: '#CA681C'

red 202 ◦ green 104 ◦ blue 28

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

Shades of Chocolate #CA681C

Tints of Chocolate #CA681C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.14%

 BLUE value IS 28 (11.33% from 255) = 8.38%

R = 60.48%
G = 31.14%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA681C (or 0xCA681C) is known color: Chocolate. HEX triplet: CA, 68 and 1C. RGB value is (202,104,28). Sum of RGB (Red+Green+Blue) = 202+104+28=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA681C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA681C is #3597E3. Grayscale: #7D7D7D. Windows color (decimal): -3512292 or 1861834. OLE color: 1861834.

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

Color convert

RGB 202 104 28 -
CMYK 0 0.49 0.86 0.21
HSL 26.21º 0.76% 0.45% -
HSV(B) 26.21º 0.86% 0.79% -
XYZ 29.52 22.54 3.89 -
YUV 124.64 73.47 183.18 -
System Red Green Blue C M Y K H S L
Decimal 202 104 28 0 0.49 0.86 0.21 26.21 0.76 0.45
Hex CA 68 1C 0 31 56 15 1A 4C 2D
Octal 312 150 34 0 61 126 25 32 114 55
Binary 11001010 1101000 11100 0 110001 1010110 10101 11010 1001100 101101

Color Harmonies of #CA681C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA681C

Black with #CA681C

Text Example


Text Example

White with #CA681C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA681C; }

 p { color: rgb(202,104,28); }

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

background-color css

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

 a { background-color: rgb(202,104,28); }

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

border-color css

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

 span { border-color: rgb(202,104,28); }

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