Html Css Color HEX #C67A5A Japonica

📋 copy color: '#C67A5A'

red 198 ◦ green 122 ◦ blue 90

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

Shades of Japonica #C67A5A

Tints of Japonica #C67A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.95%

R = 48.29%
G = 29.76%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C67A5A (or 0xC67A5A) is known color: Japonica. HEX triplet: C6, 7A and 5A. RGB value is (198,122,90). Sum of RGB (Red+Green+Blue) = 198+122+90=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67A5A is #3985A5. Grayscale: #8D8D8D. Windows color (decimal): -3769766 or 5929670. OLE color: 5929670.

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

Color convert

RGB 198 122 90 -
CMYK 0 0.38 0.55 0.22
HSL 17.78º 0.49% 0.56% -
HSV(B) 17.78º 0.55% 0.78% -
XYZ 32.09 26.66 13.13 -
YUV 141.08 99.18 168.6 -
System Red Green Blue C M Y K H S L
Decimal 198 122 90 0 0.38 0.55 0.22 17.78 0.49 0.56
Hex C6 7A 5A 0 26 37 16 12 31 38
Octal 306 172 132 0 46 67 26 22 61 70
Binary 11000110 1111010 1011010 0 100110 110111 10110 10010 110001 111000

Color Harmonies of #C67A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67A5A

Black with #C67A5A

Text Example


Text Example

White with #C67A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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