Html Css Color HEX #CA690D Chocolate

📋 copy color: '#CA690D'

red 202 ◦ green 105 ◦ blue 13

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

Shades of Chocolate #CA690D

Tints of Chocolate #CA690D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.06%

R = 63.13%
G = 32.81%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA690D (or 0xCA690D) is known color: Chocolate. HEX triplet: CA, 69 and 0D. RGB value is (202,105,13). Sum of RGB (Red+Green+Blue) = 202+105+13=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA690D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA690D is #3596F2. Grayscale: #7B7B7B. Windows color (decimal): -3512051 or 879050. OLE color: 879050.

HSL color Cylindrical-coordinate representation of color #CA690D: hue angle of 29.21º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA690D is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 105 13 -
CMYK 0 0.48 0.94 0.21
HSL 29.21º 0.88% 0.42% -
HSV(B) 29.21º 0.94% 0.79% -
XYZ 29.48 22.69 3.21 -
YUV 123.52 65.64 183.98 -
System Red Green Blue C M Y K H S L
Decimal 202 105 13 0 0.48 0.94 0.21 29.21 0.88 0.42
Hex CA 69 D 0 30 5E 15 1D 58 2A
Octal 312 151 15 0 60 136 25 35 130 52
Binary 11001010 1101001 1101 0 110000 1011110 10101 11101 1011000 101010

Color Harmonies of #CA690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA690D

Black with #CA690D

Text Example


Text Example

White with #CA690D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA690D; }

 p { color: rgb(202,105,13); }

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

background-color css

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

 a { background-color: rgb(202,105,13); }

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

border-color css

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

 span { border-color: rgb(202,105,13); }

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