Html Css Color HEX #C67A46 Brandy Punch

📋 copy color: '#C67A46'

red 198 ◦ green 122 ◦ blue 70

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

Shades of Brandy Punch #C67A46

Tints of Brandy Punch #C67A46

RGB

 RED value IS 198 (77.73% from 255) = 50.77%

 GREEN value IS 122 (48.05% from 255) = 31.28%

 BLUE value IS 70 (27.73% from 255) = 17.95%

R = 50.77%
G = 31.28%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C67A46 (or 0xC67A46) is known color: Brandy Punch. HEX triplet: C6, 7A and 46. RGB value is (198,122,70). Sum of RGB (Red+Green+Blue) = 198+122+70=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67A46 is #3985B9. Grayscale: #8B8B8B. Windows color (decimal): -3769786 or 4618950. OLE color: 4618950.

HSL color Cylindrical-coordinate representation of color #C67A46: hue angle of 24.38º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C67A46 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 122 70 -
CMYK 0 0.38 0.65 0.22
HSL 24.38º 0.53% 0.53% -
HSV(B) 24.38º 0.65% 0.78% -
XYZ 31.35 26.37 9.23 -
YUV 138.8 89.18 170.23 -
System Red Green Blue C M Y K H S L
Decimal 198 122 70 0 0.38 0.65 0.22 24.38 0.53 0.53
Hex C6 7A 46 0 26 41 16 18 35 35
Octal 306 172 106 0 46 101 26 30 65 65
Binary 11000110 1111010 1000110 0 100110 1000001 10110 11000 110101 110101

Color Harmonies of #C67A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67A46

Black with #C67A46

Text Example


Text Example

White with #C67A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67A46; }

 p { color: rgb(198,122,70); }

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

background-color css

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

 a { background-color: rgb(198,122,70); }

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

border-color css

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

 span { border-color: rgb(198,122,70); }

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