Html Css Color HEX #CF7258 Japonica

📋 copy color: '#CF7258'

red 207 ◦ green 114 ◦ blue 88

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

Shades of Japonica #CF7258

Tints of Japonica #CF7258

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.87%

 BLUE value IS 88 (34.77% from 255) = 21.52%

R = 50.61%
G = 27.87%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF7258 (or 0xCF7258) is known color: Japonica. HEX triplet: CF, 72 and 58. RGB value is (207,114,88). Sum of RGB (Red+Green+Blue) = 207+114+88=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7258 is #308DA7. Grayscale: #8B8B8B. Windows color (decimal): -3181992 or 5796559. OLE color: 5796559.

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

Color convert

RGB 207 114 88 -
CMYK 0 0.45 0.57 0.19
HSL 13.11º 0.55% 0.58% -
HSV(B) 13.11º 0.57% 0.81% -
XYZ 33.51 26 12.49 -
YUV 138.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 207 114 88 0 0.45 0.57 0.19 13.11 0.55 0.58
Hex CF 72 58 0 2D 39 13 D 37 3A
Octal 317 162 130 0 55 71 23 15 67 72
Binary 11001111 1110010 1011000 0 101101 111001 10011 1101 110111 111010

Color Harmonies of #CF7258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7258

Black with #CF7258

Text Example


Text Example

White with #CF7258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7258; }

 p { color: rgb(207,114,88); }

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

background-color css

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

 a { background-color: rgb(207,114,88); }

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

border-color css

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

 span { border-color: rgb(207,114,88); }

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