Html Css Color HEX #CA671C Chocolate

📋 copy color: '#CA671C'

red 202 ◦ green 103 ◦ blue 28

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

Shades of Chocolate #CA671C

Tints of Chocolate #CA671C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.93%

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

R = 60.66%
G = 30.93%
B = 8.41%

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

#CA671C (or 0xCA671C) is known color: Chocolate. HEX triplet: CA, 67 and 1C. RGB value is (202,103,28). Sum of RGB (Red+Green+Blue) = 202+103+28=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA671C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA671C is #3598E3. Grayscale: #7C7C7C. Windows color (decimal): -3512548 or 1861578. OLE color: 1861578.

HSL color Cylindrical-coordinate representation of color #CA671C: hue angle of 25.86º 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 #CA671C is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 103 28 -
CMYK 0 0.49 0.86 0.21
HSL 25.86º 0.76% 0.45% -
HSV(B) 25.86º 0.86% 0.79% -
XYZ 29.42 22.34 3.86 -
YUV 124.05 73.8 183.6 -
System Red Green Blue C M Y K H S L
Decimal 202 103 28 0 0.49 0.86 0.21 25.86 0.76 0.45
Hex CA 67 1C 0 31 56 15 1A 4C 2D
Octal 312 147 34 0 61 126 25 32 114 55
Binary 11001010 1100111 11100 0 110001 1010110 10101 11010 1001100 101101

Color Harmonies of #CA671C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA671C

Black with #CA671C

Text Example


Text Example

White with #CA671C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA671C; }

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

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

background-color css

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

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

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

border-color css

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

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

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