Html Css Color HEX #CF735B Japonica

📋 copy color: '#CF735B'

red 207 ◦ green 115 ◦ blue 91

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

Shades of Japonica #CF735B

Tints of Japonica #CF735B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.03%

R = 50.12%
G = 27.85%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF735B (or 0xCF735B) is known color: Japonica. HEX triplet: CF, 73 and 5B. RGB value is (207,115,91). Sum of RGB (Red+Green+Blue) = 207+115+91=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF735B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF735B is #308CA4. Grayscale: #8B8B8B. Windows color (decimal): -3181733 or 5993423. OLE color: 5993423.

HSL color Cylindrical-coordinate representation of color #CF735B: hue angle of 12.41º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF735B is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 115 91 -
CMYK 0 0.44 0.56 0.19
HSL 12.41º 0.55% 0.58% -
HSV(B) 12.41º 0.56% 0.81% -
XYZ 33.75 26.28 13.19 -
YUV 139.77 100.48 175.95 -
System Red Green Blue C M Y K H S L
Decimal 207 115 91 0 0.44 0.56 0.19 12.41 0.55 0.58
Hex CF 73 5B 0 2C 38 13 C 37 3A
Octal 317 163 133 0 54 70 23 14 67 72
Binary 11001111 1110011 1011011 0 101100 111000 10011 1100 110111 111010

Color Harmonies of #CF735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF735B

Black with #CF735B

Text Example


Text Example

White with #CF735B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF735B; }

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

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

background-color css

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

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

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

border-color css

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

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

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