Html Css Color HEX #C67A5F Japonica

📋 copy color: '#C67A5F'

red 198 ◦ green 122 ◦ blue 95

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

Shades of Japonica #C67A5F

Tints of Japonica #C67A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.89%

R = 47.71%
G = 29.4%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C67A5F (or 0xC67A5F) is known color: Japonica. HEX triplet: C6, 7A and 5F. RGB value is (198,122,95). Sum of RGB (Red+Green+Blue) = 198+122+95=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67A5F is #3985A0. Grayscale: #8D8D8D. Windows color (decimal): -3769761 or 6257350. OLE color: 6257350.

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

Color convert

RGB 198 122 95 -
CMYK 0 0.38 0.52 0.22
HSL 15.73º 0.47% 0.57% -
HSV(B) 15.73º 0.52% 0.78% -
XYZ 32.31 26.75 14.29 -
YUV 141.65 101.68 168.2 -
System Red Green Blue C M Y K H S L
Decimal 198 122 95 0 0.38 0.52 0.22 15.73 0.47 0.57
Hex C6 7A 5F 0 26 34 16 10 2F 39
Octal 306 172 137 0 46 64 26 20 57 71
Binary 11000110 1111010 1011111 0 100110 110100 10110 10000 101111 111001

Color Harmonies of #C67A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67A5F

Black with #C67A5F

Text Example


Text Example

White with #C67A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67A5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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