Html Css Color HEX #CA651B Chocolate

📋 copy color: '#CA651B'

red 202 ◦ green 101 ◦ blue 27

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

Shades of Chocolate #CA651B

Tints of Chocolate #CA651B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.18%

R = 61.21%
G = 30.61%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA651B (or 0xCA651B) is known color: Chocolate. HEX triplet: CA, 65 and 1B. RGB value is (202,101,27). Sum of RGB (Red+Green+Blue) = 202+101+27=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA651B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA651B is #359AE4. Grayscale: #7B7B7B. Windows color (decimal): -3513061 or 1795530. OLE color: 1795530.

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

Color convert

RGB 202 101 27 -
CMYK 0 0.50 0.87 0.21
HSL 25.37º 0.76% 0.45% -
HSV(B) 25.37º 0.87% 0.79% -
XYZ 29.21 21.94 3.73 -
YUV 122.76 73.96 184.52 -
System Red Green Blue C M Y K H S L
Decimal 202 101 27 0 0.50 0.87 0.21 25.37 0.76 0.45
Hex CA 65 1B 0 32 57 15 19 4C 2D
Octal 312 145 33 0 62 127 25 31 114 55
Binary 11001010 1100101 11011 0 110010 1010111 10101 11001 1001100 101101

Color Harmonies of #CA651B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA651B

Black with #CA651B

Text Example


Text Example

White with #CA651B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA651B; }

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

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

background-color css

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

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

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

border-color css

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

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

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