Html Css Color HEX #CACFB0 Orinoco

📋 copy color: '#CACFB0'

red 202 ◦ green 207 ◦ blue 176

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

Shades of Orinoco #CACFB0

Tints of Orinoco #CACFB0

RGB

 RED value IS 202 (79.3% from 255) = 34.53%

 GREEN value IS 207 (81.25% from 255) = 35.38%

 BLUE value IS 176 (69.14% from 255) = 30.09%

R = 34.53%
G = 35.38%
B = 30.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CACFB0 (or 0xCACFB0) is known color: Orinoco. HEX triplet: CA, CF and B0. RGB value is (202,207,176). Sum of RGB (Red+Green+Blue) = 202+207+176=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACFB0 is #35304F. Grayscale: #CACACA. Windows color (decimal): -3485776 or 11587530. OLE color: 11587530.

HSL color Cylindrical-coordinate representation of color #CACFB0: hue angle of 69.68º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CACFB0 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 207 176 -
CMYK 0.02 0 0.15 0.19
HSL 69.68º 0.24% 0.75% -
HSV(B) 69.68º 0.15% 0.81% -
XYZ 54.51 60.32 49.84 -
YUV 201.97 113.34 128.02 -
System Red Green Blue C M Y K H S L
Decimal 202 207 176 0.02 0 0.15 0.19 69.68 0.24 0.75
Hex CA CF B0 2 0 F 13 46 18 4B
Octal 312 317 260 2 0 17 23 106 30 113
Binary 11001010 11001111 10110000 10 0 1111 10011 1000110 11000 1001011

Color Harmonies of #CACFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACFB0

Black with #CACFB0

Text Example


Text Example

White with #CACFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACFB0; }

 p { color: rgb(202,207,176); }

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

background-color css

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

 a { background-color: rgb(202,207,176); }

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

border-color css

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

 span { border-color: rgb(202,207,176); }

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