Html Css Color HEX #CF7654 Japonica

📋 copy color: '#CF7654'

red 207 ◦ green 118 ◦ blue 84

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

Shades of Japonica #CF7654

Tints of Japonica #CF7654

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.85%

 BLUE value IS 84 (33.2% from 255) = 20.54%

R = 50.61%
G = 28.85%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF7654 (or 0xCF7654) is known color: Japonica. HEX triplet: CF, 76 and 54. RGB value is (207,118,84). Sum of RGB (Red+Green+Blue) = 207+118+84=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7654 is #3089AB. Grayscale: #8C8C8C. Windows color (decimal): -3180972 or 5535439. OLE color: 5535439.

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

Color convert

RGB 207 118 84 -
CMYK 0 0.43 0.59 0.19
HSL 16.59º 0.56% 0.57% -
HSV(B) 16.59º 0.59% 0.81% -
XYZ 33.81 26.86 11.79 -
YUV 140.74 95.99 175.26 -
System Red Green Blue C M Y K H S L
Decimal 207 118 84 0 0.43 0.59 0.19 16.59 0.56 0.57
Hex CF 76 54 0 2B 3B 13 11 38 39
Octal 317 166 124 0 53 73 23 21 70 71
Binary 11001111 1110110 1010100 0 101011 111011 10011 10001 111000 111001

Color Harmonies of #CF7654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7654

Black with #CF7654

Text Example


Text Example

White with #CF7654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7654; }

 p { color: rgb(207,118,84); }

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

background-color css

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

 a { background-color: rgb(207,118,84); }

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

border-color css

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

 span { border-color: rgb(207,118,84); }

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