Html Css Color HEX #CF6C5F Japonica

📋 copy color: '#CF6C5F'

red 207 ◦ green 108 ◦ blue 95

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

Shades of Japonica #CF6C5F

Tints of Japonica #CF6C5F

RGB

 RED value IS 207 (81.25% from 255) = 50.49%

 GREEN value IS 108 (42.58% from 255) = 26.34%

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

R = 50.49%
G = 26.34%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF6C5F (or 0xCF6C5F) is known color: Japonica. HEX triplet: CF, 6C and 5F. RGB value is (207,108,95). Sum of RGB (Red+Green+Blue) = 207+108+95=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6C5F is #3093A0. Grayscale: #888888. Windows color (decimal): -3183521 or 6253775. OLE color: 6253775.

HSL color Cylindrical-coordinate representation of color #CF6C5F: hue angle of 6.96º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF6C5F is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 108 95 -
CMYK 0 0.48 0.54 0.19
HSL 6.96º 0.54% 0.59% -
HSV(B) 6.96º 0.54% 0.81% -
XYZ 33.16 24.82 13.87 -
YUV 136.12 104.8 178.56 -
System Red Green Blue C M Y K H S L
Decimal 207 108 95 0 0.48 0.54 0.19 6.96 0.54 0.59
Hex CF 6C 5F 0 30 36 13 7 36 3B
Octal 317 154 137 0 60 66 23 7 66 73
Binary 11001111 1101100 1011111 0 110000 110110 10011 111 110110 111011

Color Harmonies of #CF6C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6C5F

Black with #CF6C5F

Text Example


Text Example

White with #CF6C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6C5F; }

 p { color: rgb(207,108,95); }

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

background-color css

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

 a { background-color: rgb(207,108,95); }

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

border-color css

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

 span { border-color: rgb(207,108,95); }

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