Html Css Color HEX #CF735F Japonica

📋 copy color: '#CF735F'

red 207 ◦ green 115 ◦ blue 95

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

Shades of Japonica #CF735F

Tints of Japonica #CF735F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.58%

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

R = 49.64%
G = 27.58%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF735F (or 0xCF735F) is known color: Japonica. HEX triplet: CF, 73 and 5F. RGB value is (207,115,95). Sum of RGB (Red+Green+Blue) = 207+115+95=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF735F is #308CA0. Grayscale: #8C8C8C. Windows color (decimal): -3181729 or 6255567. OLE color: 6255567.

HSL color Cylindrical-coordinate representation of color #CF735F: hue angle of 10.71º 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 #CF735F is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 115 95 -
CMYK 0 0.44 0.54 0.19
HSL 10.71º 0.54% 0.59% -
HSV(B) 10.71º 0.54% 0.81% -
XYZ 33.93 26.35 14.12 -
YUV 140.23 102.48 175.63 -
System Red Green Blue C M Y K H S L
Decimal 207 115 95 0 0.44 0.54 0.19 10.71 0.54 0.59
Hex CF 73 5F 0 2C 36 13 B 36 3B
Octal 317 163 137 0 54 66 23 13 66 73
Binary 11001111 1110011 1011111 0 101100 110110 10011 1011 110110 111011

Color Harmonies of #CF735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF735F

Black with #CF735F

Text Example


Text Example

White with #CF735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF735F; }

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

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

background-color css

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

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

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

border-color css

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

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

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