Html Css Color HEX #CA7C3E Brandy Punch

📋 copy color: '#CA7C3E'

red 202 ◦ green 124 ◦ blue 62

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

Shades of Brandy Punch #CA7C3E

Tints of Brandy Punch #CA7C3E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.96%

 BLUE value IS 62 (24.61% from 255) = 15.98%

R = 52.06%
G = 31.96%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA7C3E (or 0xCA7C3E) is known color: Brandy Punch. HEX triplet: CA, 7C and 3E. RGB value is (202,124,62). Sum of RGB (Red+Green+Blue) = 202+124+62=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7C3E is #3583C1. Grayscale: #8C8C8C. Windows color (decimal): -3507138 or 4095178. OLE color: 4095178.

HSL color Cylindrical-coordinate representation of color #CA7C3E: hue angle of 26.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA7C3E is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 124 62 -
CMYK 0 0.39 0.69 0.21
HSL 26.57º 0.57% 0.52% -
HSV(B) 26.57º 0.69% 0.79% -
XYZ 32.43 27.32 8.12 -
YUV 140.25 83.84 172.04 -
System Red Green Blue C M Y K H S L
Decimal 202 124 62 0 0.39 0.69 0.21 26.57 0.57 0.52
Hex CA 7C 3E 0 27 45 15 1B 39 34
Octal 312 174 76 0 47 105 25 33 71 64
Binary 11001010 1111100 111110 0 100111 1000101 10101 11011 111001 110100

Color Harmonies of #CA7C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7C3E

Black with #CA7C3E

Text Example


Text Example

White with #CA7C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7C3E; }

 p { color: rgb(202,124,62); }

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

background-color css

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

 a { background-color: rgb(202,124,62); }

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

border-color css

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

 span { border-color: rgb(202,124,62); }

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