Html Css Color HEX #CB881A Ochre

📋 copy color: '#CB881A'

red 203 ◦ green 136 ◦ blue 26

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

Shades of Ochre #CB881A

Tints of Ochre #CB881A

RGB

 RED value IS 203 (79.69% from 255) = 55.62%

 GREEN value IS 136 (53.52% from 255) = 37.26%

 BLUE value IS 26 (10.55% from 255) = 7.12%

R = 55.62%
G = 37.26%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB881A (or 0xCB881A) is known color: Ochre. HEX triplet: CB, 88 and 1A. RGB value is (203,136,26). Sum of RGB (Red+Green+Blue) = 203+136+26=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB881A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB881A is #3477E5. Grayscale: #909090. Windows color (decimal): -3438566 or 1738955. OLE color: 1738955.

HSL color Cylindrical-coordinate representation of color #CB881A: hue angle of 37.29º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB881A is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 136 26 -
CMYK 0 0.33 0.87 0.20
HSL 37.29º 0.77% 0.45% -
HSV(B) 37.29º 0.87% 0.8% -
XYZ 33.62 30.38 5.07 -
YUV 143.49 61.7 170.44 -
System Red Green Blue C M Y K H S L
Decimal 203 136 26 0 0.33 0.87 0.20 37.29 0.77 0.45
Hex CB 88 1A 0 21 57 14 25 4D 2D
Octal 313 210 32 0 41 127 24 45 115 55
Binary 11001011 10001000 11010 0 100001 1010111 10100 100101 1001101 101101

Color Harmonies of #CB881A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB881A

Black with #CB881A

Text Example


Text Example

White with #CB881A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB881A; }

 p { color: rgb(203,136,26); }

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

background-color css

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

 a { background-color: rgb(203,136,26); }

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

border-color css

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

 span { border-color: rgb(203,136,26); }

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