Html Css Color HEX #CF7B28 Ochre

📋 copy color: '#CF7B28'

red 207 ◦ green 123 ◦ blue 40

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

Shades of Ochre #CF7B28

Tints of Ochre #CF7B28

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.24%

 BLUE value IS 40 (16.02% from 255) = 10.81%

R = 55.95%
G = 33.24%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF7B28 (or 0xCF7B28) is known color: Ochre. HEX triplet: CF, 7B and 28. RGB value is (207,123,40). Sum of RGB (Red+Green+Blue) = 207+123+40=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7B28 is #3084D7. Grayscale: #8B8B8B. Windows color (decimal): -3179736 or 2653135. OLE color: 2653135.

HSL color Cylindrical-coordinate representation of color #CF7B28: hue angle of 29.82º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF7B28 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 123 40 -
CMYK 0 0.41 0.81 0.19
HSL 29.82º 0.68% 0.48% -
HSV(B) 29.82º 0.81% 0.81% -
XYZ 33.2 27.58 5.58 -
YUV 138.65 72.33 176.75 -
System Red Green Blue C M Y K H S L
Decimal 207 123 40 0 0.41 0.81 0.19 29.82 0.68 0.48
Hex CF 7B 28 0 29 51 13 1E 44 30
Octal 317 173 50 0 51 121 23 36 104 60
Binary 11001111 1111011 101000 0 101001 1010001 10011 11110 1000100 110000

Color Harmonies of #CF7B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7B28

Black with #CF7B28

Text Example


Text Example

White with #CF7B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7B28; }

 p { color: rgb(207,123,40); }

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

background-color css

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

 a { background-color: rgb(207,123,40); }

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

border-color css

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

 span { border-color: rgb(207,123,40); }

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