Html Css Color HEX #C27B4B Brandy Punch

📋 copy color: '#C27B4B'

red 194 ◦ green 123 ◦ blue 75

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

Shades of Brandy Punch #C27B4B

Tints of Brandy Punch #C27B4B

RGB

 RED value IS 194 (76.17% from 255) = 49.49%

 GREEN value IS 123 (48.44% from 255) = 31.38%

 BLUE value IS 75 (29.69% from 255) = 19.13%

R = 49.49%
G = 31.38%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C27B4B (or 0xC27B4B) is known color: Brandy Punch. HEX triplet: C2, 7B and 4B. RGB value is (194,123,75). Sum of RGB (Red+Green+Blue) = 194+123+75=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27B4B is #3D84B4. Grayscale: #8B8B8B. Windows color (decimal): -4031669 or 4946882. OLE color: 4946882.

HSL color Cylindrical-coordinate representation of color #C27B4B: hue angle of 24.2º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C27B4B is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 123 75 -
CMYK 0 0.37 0.61 0.24
HSL 24.2º 0.49% 0.53% -
HSV(B) 24.2º 0.61% 0.76% -
XYZ 30.6 26.14 10.09 -
YUV 138.76 92.02 167.4 -
System Red Green Blue C M Y K H S L
Decimal 194 123 75 0 0.37 0.61 0.24 24.2 0.49 0.53
Hex C2 7B 4B 0 25 3D 18 18 31 35
Octal 302 173 113 0 45 75 30 30 61 65
Binary 11000010 1111011 1001011 0 100101 111101 11000 11000 110001 110101

Color Harmonies of #C27B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27B4B

Black with #C27B4B

Text Example


Text Example

White with #C27B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27B4B; }

 p { color: rgb(194,123,75); }

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

background-color css

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

 a { background-color: rgb(194,123,75); }

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

border-color css

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

 span { border-color: rgb(194,123,75); }

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