Html Css Color HEX #CA650F Chocolate

📋 copy color: '#CA650F'

red 202 ◦ green 101 ◦ blue 15

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

Shades of Chocolate #CA650F

Tints of Chocolate #CA650F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.76%

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

R = 63.52%
G = 31.76%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA650F (or 0xCA650F) is known color: Chocolate. HEX triplet: CA, 65 and 0F. RGB value is (202,101,15). Sum of RGB (Red+Green+Blue) = 202+101+15=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA650F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA650F is #359AF0. Grayscale: #797979. Windows color (decimal): -3513073 or 1009098. OLE color: 1009098.

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

Color convert

RGB 202 101 15 -
CMYK 0 0.50 0.93 0.21
HSL 27.59º 0.86% 0.43% -
HSV(B) 27.59º 0.93% 0.79% -
XYZ 29.1 21.9 3.15 -
YUV 121.4 67.96 185.49 -
System Red Green Blue C M Y K H S L
Decimal 202 101 15 0 0.50 0.93 0.21 27.59 0.86 0.43
Hex CA 65 F 0 32 5D 15 1C 56 2B
Octal 312 145 17 0 62 135 25 34 126 53
Binary 11001010 1100101 1111 0 110010 1011101 10101 11100 1010110 101011

Color Harmonies of #CA650F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA650F

Black with #CA650F

Text Example


Text Example

White with #CA650F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA650F; }

 p { color: rgb(202,101,15); }

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

background-color css

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

 a { background-color: rgb(202,101,15); }

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

border-color css

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

 span { border-color: rgb(202,101,15); }

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