Html Css Color HEX #CF741C Ochre

📋 copy color: '#CF741C'

red 207 ◦ green 116 ◦ blue 28

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

Shades of Ochre #CF741C

Tints of Ochre #CF741C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.05%

 BLUE value IS 28 (11.33% from 255) = 7.98%

R = 58.97%
G = 33.05%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF741C (or 0xCF741C) is known color: Ochre. HEX triplet: CF, 74 and 1C. RGB value is (207,116,28). Sum of RGB (Red+Green+Blue) = 207+116+28=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF741C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF741C is #308BE3. Grayscale: #858585. Windows color (decimal): -3181540 or 1864911. OLE color: 1864911.

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

Color convert

RGB 207 116 28 -
CMYK 0 0.44 0.86 0.19
HSL 29.5º 0.76% 0.46% -
HSV(B) 29.5º 0.86% 0.81% -
XYZ 32.19 25.84 4.39 -
YUV 133.18 68.65 180.66 -
System Red Green Blue C M Y K H S L
Decimal 207 116 28 0 0.44 0.86 0.19 29.5 0.76 0.46
Hex CF 74 1C 0 2C 56 13 1D 4C 2E
Octal 317 164 34 0 54 126 23 35 114 56
Binary 11001111 1110100 11100 0 101100 1010110 10011 11101 1001100 101110

Color Harmonies of #CF741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF741C

Black with #CF741C

Text Example


Text Example

White with #CF741C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF741C; }

 p { color: rgb(207,116,28); }

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

background-color css

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

 a { background-color: rgb(207,116,28); }

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

border-color css

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

 span { border-color: rgb(207,116,28); }

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